complexType FaxType
diagram generic-types-2.1_p16.png
namespace http://fifa.com/exchange/fe
children fe:FaxUsage
attributes
Name  Type  Use  Default  Fixed  Annotation
Fax  xsd:string  required      
annotation
documentation
A fax number.
source <xsd:complexType name="FaxType">
 
<xsd:annotation>
   
<xsd:documentation> A fax number.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="FaxUsage" type="fe:UsageType" maxOccurs="10">
     
<xsd:annotation>
       
<xsd:documentation>This is the code describing what the fax number is used for. Each fax number needs at least one FaxUsage. Exactly one fax in a list MUST have UsageType default.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="Fax" type="xsd:string" use="required"/>
</xsd:complexType>

attribute FaxType/@Fax
type xsd:string
properties
use required
source <xsd:attribute name="Fax" type="xsd:string" use="required"/>

element FaxType/FaxUsage
diagram generic-types-2.1_p17.png
namespace http://fifa.com/exchange/fe
type fe:UsageType
properties
minOcc 1
maxOcc 10
content simple
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
This is the code describing what the fax number is used for. Each fax number needs at least one FaxUsage. Exactly one fax in a list MUST have UsageType default.
source <xsd:element name="FaxUsage" type="fe:UsageType" maxOccurs="10">
 
<xsd:annotation>
   
<xsd:documentation>This is the code describing what the fax number is used for. Each fax number needs at least one FaxUsage. Exactly one fax in a list MUST have UsageType default.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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