Commit 09560aaf authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 103 707 v1.2.1 (2021-03-29) agreed at LI#56-e (Online, 2021-02-15)

parent e4150f13
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
  <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
  <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>


  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- Handover Item definitions including header (clause 5.4) -->
  <!-- Handover Item definitions including header (clause 5.3) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->


  <xs:element name="handoverItem" type="HandoverItem"></xs:element>
  <xs:element name="handoverItem" type="HandoverItem"></xs:element>
@@ -53,7 +53,7 @@


  
  
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- Core parameters (Clause 5.5) -->
  <!-- Core parameters (Clause 5.4) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  
  
  <xs:complexType name="MessagingCoreParameters">
  <xs:complexType name="MessagingCoreParameters">
@@ -109,7 +109,7 @@
  
  


  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- Messaging glossary (Clause 5.6) -->
  <!-- Glossary (Clause 5.5) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->


  <xs:complexType name="MessagingAdditionalParameters">
  <xs:complexType name="MessagingAdditionalParameters">
@@ -127,7 +127,7 @@




  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- CSP-defined container (Clause 5.7) -->
  <!-- CSP-defined container (Clause 5.6) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->


  <xs:complexType name="CSPDefinedParameters">
  <xs:complexType name="CSPDefinedParameters">
+4 −4
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
  <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
  <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>


  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- Handover Item definitions including header (clause 5.4) -->
  <!-- Handover Item definitions including header (clause 5.3) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->


  <xs:element name="handoverItem" type="HandoverItem"></xs:element>
  <xs:element name="handoverItem" type="HandoverItem"></xs:element>
@@ -53,7 +53,7 @@


  
  
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- Core parameters (Clause 5.5) -->
  <!-- Core parameters (Clause 5.4) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  
  
  <xs:complexType name="MessagingCoreParameters">
  <xs:complexType name="MessagingCoreParameters">
@@ -109,7 +109,7 @@
  
  


  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- Messaging glossary (Clause 5.6) -->
  <!-- Glossary (Clause 5.5) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->


  <xs:complexType name="MessagingAdditionalParameters">
  <xs:complexType name="MessagingAdditionalParameters">
@@ -127,7 +127,7 @@




  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->
  <!-- CSP-defined container (Clause 5.7) -->
  <!-- CSP-defined container (Clause 5.6) -->
  <!-- ************************************************************************************* -->
  <!-- ************************************************************************************* -->


  <xs:complexType name="CSPDefinedParameters">
  <xs:complexType name="CSPDefinedParameters">
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ if __name__ == '__main__':
        xs = xmlschema.XMLSchema(schemaFile, validation='skip')
        xs = xmlschema.XMLSchema(schemaFile, validation='skip')
        locations.append((xs.default_namespace, str(Path(schemaFile))))
        locations.append((xs.default_namespace, str(Path(schemaFile))))


    coreSchema = xmlschema.XMLSchema('TS_103_707_v010101.xsd', locations=locations)
    coreSchema = xmlschema.XMLSchema('TS_103_707_v010201.xsd', locations=locations)


    for schema in extraSchemas:
    for schema in extraSchemas:
        newSchema = xmlschema.XMLSchema(schema)
        newSchema = xmlschema.XMLSchema(schema)
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ if __name__ == '__main__':
        xs = xmlschema.XMLSchema(schemaFile, validation='skip')
        xs = xmlschema.XMLSchema(schemaFile, validation='skip')
        locations.append((xs.default_namespace, str(Path(schemaFile))))
        locations.append((xs.default_namespace, str(Path(schemaFile))))


    coreSchema = xmlschema.XMLSchema('TS_103_707_v010101.xsd', locations=locations)
    coreSchema = xmlschema.XMLSchema('TS_103_707_v010201.xsd', locations=locations)


    for schema in extraSchemas:
    for schema in extraSchemas:
        newSchema = xmlschema.XMLSchema(schema)
        newSchema = xmlschema.XMLSchema(schema)