complexType "ContactInformation"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
address, email, telephone
All Direct / Indirect Based Elements (3):
contactInfo (defined in Party.model group),
Known Usage Locations
Annotation
A type that represents how to contact an individual or organization.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ContactInformation">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="telephone" type="TelephoneNumber"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="email" type="NormalizedString"/>
<xsd:element minOccurs="0" name="address" type="Address"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
address
Type:
Address, complex content
A postal or street address.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="address" type="Address"/>

email
Type:
NormalizedString, simple content
An address on an electronic mail or messaging sysem .
Simple Content
xsd:normalizedString
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="email" type="NormalizedString"/>

telephone
Type:
TelephoneNumber, complex content
A telephonic contact.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="telephone" type="TelephoneNumber"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.