<xs:simpleType name="AdsMLPreflightTestResultsCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="Errors" adsml-sx:longName="Errors and possibly also Warnings"/> <xs:enumeration value="NoErrors" adsml-sx:longName="No Errors and No Warnings"/> <xs:enumeration value="NotDone" adsml-sx:longName="No preflighting performed"/> <xs:enumeration value="WarningsOnly" adsml-sx:longName="Warnings Only"/> <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> |