<complexType name="TelephoneType">
<annotation>
<documentation>Telephone numbers for contacting the responsible individual or organization. </documentation>
</annotation>
<sequence>
<element name="Voice" type="string" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Telephone number by which individuals can speak to the responsible organization or individual. </documentation>
</annotation>
</element>
<element name="Facsimile" type="string" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Telephone number of a facsimile machine for the responsible
organization or individual. </documentation>
</annotation>
</element>
</sequence>
</complexType>
|