Commit 5c0733ce authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Adds RCSContentURI as Target ID Extension for use triggering the HTTP Content Server

parent e2a1a357
Loading
Loading
Loading
Loading
+18 −0
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>
 No newline at end of file