Commit 861f082c authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Initial commit

parent 38eb032d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
                    <xs:element name="Delivery" type="Delivery" minOccurs="0"/>
                    <xs:element name="DeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DeliveryDesiredStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="EncryptionDetails" type="DeliveryEncryptionDetails" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
@@ -90,4 +91,10 @@
            <xs:element name="Checksums" type="common:ListOfChecksumAndType" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DeliveryEncryptionDetails">
        <xs:sequence>
            <xs:element name="EncryptionScheme" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="AdditionalInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file