Commit fa0f16a1 authored by Vishal Masalawala's avatar Vishal Masalawala Committed by Mark Canterbury
Browse files

Changed Url to URL

parent bd4df4a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@
            <xs:element name="EndTime" type="etsi:QualifiedDateTime" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:group name="UrlObjectGroup">
    <xs:group name="URLObjectGroup">
        <xs:sequence>
            <xs:element name="url" type="xs:anyURI"/>
            <xs:element name="contentLength" type="xs:nonNegativeInteger" minOccurs="0"/>
+3 −3
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
            <xs:element name="BinaryData" type="EmbeddedBinaryData"/>
            <xs:element name="XMLData" type="EmbeddedXMLData"/>
            <xs:element name="JSONData" type="EmbeddedJSONData"/>
            <xs:element name="UrlData" type="UrlObject"/>
            <xs:element name="URLData" type="URLObject"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="EmbeddedBinaryData">
@@ -76,9 +76,9 @@
            <xs:any namespace="##other" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="UrlObject">
    <xs:complexType name="URLObject">
        <xs:sequence>
            <xs:group ref="common:UrlObjectGroup"/>
            <xs:group ref="common:URLObjectGroup"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file