Commit 73c83618 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

TS 33.128 CR0275 - RCS Stage 3 Triggering

parent e2a1a357
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -277,4 +277,22 @@
    </xs:restriction>
  </xs:simpleType>
  
  <xs:element name="RCSTargetIdentifierExtensions" type="RCSTargetIdentifierExtensions"></xs:element>

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

  <xs:complexType name="RCSTargetIdentifier">
    <xs:choice>
      <xs:element name="RCSContentURI" type="RCSContentURI"></xs:element>
    </xs:choice>
  </xs:complexType>

  <xs:simpleType name="RCSContentURI">
    <xs:restriction base="xs:anyURI"></xs:restriction>
  </xs:simpleType>

</xs:schema>