| namespace | http://www.ibillingclient.org/schema/edi | ||||||
| type | restriction of xs:string | ||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="CustomerAccountType"> <xs:annotation> <xs:documentation>Enumerates possible CustomerAccount types.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Male: Male.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="F"> <xs:annotation> <xs:documentation>Female: Female.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="O"> <xs:annotation> <xs:documentation>Organization: Organization.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |