Commit e7b3a2b8 authored by canterburym's avatar canterburym
Browse files

From s3i210633 pre-meeting draft

parent e1dfe288
Loading
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -245,4 +245,36 @@
  </xs:simpleType>

  <xs:element name="IdentityAssociationTargetIdentifier" type="EmptyElement"></xs:element>
  <xs:element name="HR" type="EmptyElement"></xs:element>
  <xs:element name="IMSSignaling" type="EmptyElement"></xs:element>

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

  <xs:complexType name="HRLIT1TargetIdentifierExtensions">
    <xs:sequence>
      <xs:element name="HRLIT1TargetIdentifier" type="HRLIT1TargetIdentifier" minOccurs="1" maxOccurs="unbounded"></xs:element>
    </xs:sequence>

  <xs:complexType name="HRLIT1TargetIdentifier">
    <xs:choice>
      <xs:element name="PDUSessionID" type="PDUSessionID"></xs:element>
      <xs:element name="BearerID" type="BearerID"></xs:element>
      <xs:element name="IMSVoiceMedia" type="EmptyElement"></xs:element>
    </xs:choice>
  </xs:complexType>

  <xs:simpleType name="PDUSessionID">
    <xs:restriction base="xs:unsignedInt">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="255"/>
    </xs:restriction>
  </xs:simpleType>

  <xs:simpleType name="BearerID">
    <xs:restriction base="xs:unsignedInt">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="255"/>
    </xs:restriction>
  </xs:simpleType>
  
</xs:schema>
 No newline at end of file