simpleType acl_PaymentMeansType
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type restriction of xs:token
properties
base xs:token
used by
element ct_PaymentMeans/Type
facets
Kind Value Annotation
enumeration 3
documentation
automatic debit
enumeration 31
documentation
manual payment
enumeration 77
documentation
credit card payment
annotation
documentation
Derived from a EDIFACT Codelist (4461)
source <xs:simpleType name="acl_PaymentMeansType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Derived from a EDIFACT Codelist (4461)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">automatic debit</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="31">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">manual payment</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="77">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">credit card payment</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy