Commit f3a390f6 authored by Gabriel Commeau's avatar Gabriel Commeau Committed by Mark Canterbury
Browse files

Add Supported LD Workflow endpoints to XML schemas

parent 40f0c9fb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -62,4 +62,16 @@
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupportedLDWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLDWorkflowEndpoint" type="SupportedLDWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupportedLDWorkflowEndpoint">
        <xs:sequence>
            <xs:element name="LDWorkflowEndpoint" type="common:DictionaryEntry"/>
            <xs:element name="Guidance" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@
            <xs:element name="TargetingConfigurations" type="config:TargetingConfigurations"/>
            <xs:element name="SupportedLIWorkflowEndpoints" type="config:SupportedLIWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLPWorkflowEndpoints" type="config:SupportedLPWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLDWorkflowEndpoints" type="config:SupportedLDWorkflowEndpoints" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="ObjectIdentifier">