Commit 4872a82b authored by znaty's avatar znaty Committed by canterburym
Browse files

Update file urn_3GPP_ns_li_3GPPX1Extensions.xsd

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

<xs:element name="MCVideoLIX1TargetIdentifier" type="MCVideoLIX1TargetIdentifier"/>
<xs:complexType name="MCVideoLIX1TargetIdentifier">
    <xs:choice>
      <xs:element name="MCID" type="MCID"/>
      <xs:element name="MCVideoID" type="MCVideoID"/>
      <xs:element name="MCVideoGroupID" type="MCVideoGroupID"/>
    </xs:choice>
  </xs:complexType>

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

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

  <xs:simpleType name="MCVideoGroupID">
    <xs:restriction base="xs:string"/>
  </xs:simpleType>
  
  <xs:element name="IdentifierAssociationExtensions" type="IdentifierAssociationExtensions"/>

  <xs:complexType name="X1Extension">