<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"/> <xs:enumeration value="CreatedByRecipient" adsml-sx:longName="Information is to be created by the intended recipient"/> <xs:enumeration value="DeliveredToRecipient" adsml-sx:longName="Information is to be delivered (uploaded) to the intended recipient"/> <xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required."/> </xs:restriction> </xs:simpleType> |