complexType WebAddressType
diagram generic-types-2.1_p46.png
namespace http://fifa.com/exchange/fe
children fe:WebAddressUsage
attributes
Name  Type  Use  Default  Fixed  Annotation
WebAddress  xsd:string  required      
annotation
documentation
A web address url.
source <xsd:complexType name="WebAddressType">
 
<xsd:annotation>
   
<xsd:documentation> A web address url.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="WebAddressUsage" type="fe:UsageType" maxOccurs="10">
     
<xsd:annotation>
       
<xsd:documentation>This is the description code describing what the web address is used for. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="WebAddress" type="xsd:string" use="required"/>
</xsd:complexType>

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

element WebAddressType/WebAddressUsage
diagram generic-types-2.1_p47.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 description code describing what the web address is used for.
source <xsd:element name="WebAddressUsage" type="fe:UsageType" maxOccurs="10">
 
<xsd:annotation>
   
<xsd:documentation>This is the description code describing what the web address is used for. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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