namespace | http://fifa.com/exchange/fe | |||||||||||||||||||||||||||||||||||||||||||
type | restriction of xsd:string | |||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||
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> |