simpleType UsageType
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
used by
elements AddressType/AddressUsage EmailType/EmailUsage FaxType/FaxUsage PhoneType/PhoneUsage WebAddressType/WebAddressUsage
facets
Kind Value Annotation
enumeration default
documentation
This is the default or main peace of information (e.g. Address). If an application does not know what information to use for a particular case, it selects the information marked as default. Wherever a UsageType is attached to an information, exactly one MUST be marked as default.
enumeration business
documentation
This is a business related information
enumeration private
documentation
This is a private or personal information.
enumeration contact
documentation
This information should be taken to contact the person or organization.
enumeration shipping
documentation
This information should be used for shipping.
enumeration billing
documentation
This information should be taken for billing purposes.
enumeration mailing
documentation
This information should be taken when mailing information.
enumeration other
documentation
None of the other types apply.
annotation
documentation
Describes for what a peace of information should be used. default being the peace of information to take if there is no better.
source <xsd:simpleType name="UsageType">
 
<xsd:annotation>
   
<xsd:documentation>Describes for what a peace of information should be used. default being the peace of information to take if there is no better.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="default">
     
<xsd:annotation>
       
<xsd:documentation>This is the default or main peace of information (e.g. Address). If an application does not know what information to use for a particular case, it selects the information marked as default. Wherever a UsageType is attached to an information, exactly one MUST be marked as default.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="business">
     
<xsd:annotation>
       
<xsd:documentation>This is a business related information</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="private">
     
<xsd:annotation>
       
<xsd:documentation>This is a private or personal information.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="contact">
     
<xsd:annotation>
       
<xsd:documentation>This information should be taken to contact the person or organization.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="shipping">
     
<xsd:annotation>
       
<xsd:documentation>This information should be used for shipping.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="billing">
     
<xsd:annotation>
       
<xsd:documentation>This information should be taken for billing purposes.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mailing">
     
<xsd:annotation>
       
<xsd:documentation>This information should be taken when mailing information.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="other">
     
<xsd:annotation>
       
<xsd:documentation>None of the other types apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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