<xs:simpleType name="GuaranteeMethodCodeCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Agency">
<xs:annotation>
<xs:documentation xml:lang="EN">Guarantee will be performed by providing an Agency identification</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cash"/>
<xs:enumeration value="CashOrCheck"/>
<xs:enumeration value="Check"/>
<xs:enumeration value="CreditCard">
<xs:annotation>
<xs:documentation xml:lang="EN">Guarantee will be performed by providing credit card identification (usually not charged) in a separate element. Restriction concerning the accepted credit cards may be provided as well.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Company">
<xs:annotation>
<xs:documentation xml:lang="EN">Guarantee will be performed by providing a company contract identification</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |