complexType "ContactInformation"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.