Element | ContactInformation |
<xsd:complexType name="ContactInformationType"> <xsd:sequence maxOccurs="unbounded"> <xsd:element ref="ContactName" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ContactDescription" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ContactNumber" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="EmailAddress" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="AlternativeCommunicationMethod" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |