complexType "TelephoneAddressType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
(Type*, Number)?
</...>
Content Model Elements (2):
Type (type xs:anyURI)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
phone numbers, conmpare TelephoneAdresseTyp
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TelephoneAddressType">
<xs:sequence minOccurs="0">
<xs:element maxOccurs="unbounded" minOccurs="0" name="Type" type="xs:anyURI"/>
<xs:element name="Number" type="TelcomNumberType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 2/2)
Number
Type:
TelcomNumberType, complex content
phonenumber
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Number" type="TelcomNumberType"/>

Type
Type:
xs:anyURI, predefined, simple content
type of phononumber - category (eg 'Festnetz', 'Mobile', 'fax', ...)
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Type" type="xs:anyURI"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set