<xs:simpleType name="AdsMLRetrievalInstructionsCV">
<!-- Status of CV: Approved -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="CollectedByRecipient" adsml-sx:longName="Information is to be collected (downloaded) by the intended recipient" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="CreatedByRecipient" adsml-sx:longName="Information is to be created by the intended recipient" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="DeliveredToRecipient" adsml-sx:longName="Information is to be delivered (uploaded) to the intended recipient" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
</xs:restriction>
</xs:simpleType>
|