simpleType CustomerAccountType
namespace http://www.ibillingclient.org/schema/edi
type restriction of xs:string
facets
enumeration M
enumeration F
enumeration O
annotation
documentation
Enumerates possible CustomerAccount types.
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>


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