Commit 3df0c76f authored by znaty's avatar znaty
Browse files

Update file urn_3GPP_ns_li_3GPPX1Extensions.xsd

parent c9d562b9
Loading
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -106,6 +106,27 @@
    <xs:restriction base="xs:string"/>
  </xs:simpleType>

<xs:element name="MCDataLIX1TargetIdentifier" type="MCDataLIX1TargetIdentifier"/>
<xs:complexType name="MCDataLIX1TargetIdentifier">
    <xs:choice>
      <xs:element name="MCID" type="MCID"/>
      <xs:element name="MCDataID" type="MCDataID"/>
      <xs:element name="MCDataGroupID" type="MCDataGroupID"/>
    </xs:choice>
  </xs:complexType>

  <xs:simpleType name="MCID">
    <xs:restriction base="xs:string"/>
  </xs:simpleType>

  <xs:simpleType name="MCDataID">
    <xs:restriction base="xs:string"/>
  </xs:simpleType>

  <xs:simpleType name="MCDataGroupID">
    <xs:restriction base="xs:string"/>
  </xs:simpleType>

  <xs:element name="IdentifierAssociationExtensions" type="IdentifierAssociationExtensions"/>

  <xs:complexType name="X1Extension">