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

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

element PhoneType/PhoneUsage
diagram generic-types-2.1_p35.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 phone number is used for. Each phone number needs at least one PhoneUsage. Exactly one phone in a list MUST have UsageType default.
source <xsd:element name="PhoneUsage" type="fe:UsageType" maxOccurs="10">
 
<xsd:annotation>
   
<xsd:documentation>This is the code describing what the phone number is used for. Each phone number needs at least one PhoneUsage. Exactly one phone 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