Commit ed83e8e5 authored by znaty's avatar znaty
Browse files

Update file urn_3GPP_ns_li_3GPPX1Extensions.xsd

parent 26a02d07
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="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">