Commit 53434f08 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Updating schema and example

parent 3d129548
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -95,14 +95,6 @@
                                <AssociatedObject>7e84603b-be7b-4cba-af26-8468d177f36a</AssociatedObject>
                            </AssociatedObjects>
                            <form3:CaseDetails>
                                <form3:IssuingAuthority>
                                    <CountryCode>DE</CountryCode>
                                    <UniqueIdentifier>issuing-authority-1</UniqueIdentifier>
                                </form3:IssuingAuthority>
                                <form3:Addressee>
                                    <CountryCode>IE</CountryCode>
                                    <UniqueIdentifier>service-provider-1</UniqueIdentifier>
                                </form3:Addressee>
                                <form3:ContactDetails>
                                    <common:ApproverName>Name of the authorised person at the Service Provider</common:ApproverName>
                                    <common:ApproverContactDetails>
+0 −6
Original line number Diff line number Diff line
@@ -19,15 +19,9 @@
    </xs:complexType>
    <xs:complexType name="CaseDetails">
        <xs:sequence>
            <xs:element name="IssuingAuthority" type="core:EndpointID"/>
            <xs:element name="IssuingAuthorityFileNumber" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="ValidatingAuthority" type="core:EndpointID" minOccurs="0"/>
            <xs:element name="ValidatingAuthorityFileNumber" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="EnforcingAuthority" type="core:EndpointID" minOccurs="0"/>
            <xs:element name="EnforcingAuthorityFileNumber" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="DateOfIssue" type="etsi:QualifiedDateTime" minOccurs="0"/>
            <xs:element name="DateOfReceipt" type="etsi:QualifiedDateTime" minOccurs="0"/>
            <xs:element name="Addressee" type="core:EndpointID"/>
            <xs:element name="AddresseeFileNumber" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="ContactDetails" type="common:ApproverDetails"/>
        </xs:sequence>