Definition Type: ComplexType
Name: TelephoneType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Telephone numbers for contacting the responsible individual or organization.
Collapse XSD Schema Diagram:
Drilldown into Facsimile in schema ows_xsd Drilldown into Voice in schema ows_xsdXSD Diagram of TelephoneType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Voice ows:Voice 0 unbounded
Facsimile ows:Facsimile 0 unbounded
Collapse Derivation Tree:
Collapse References:
ows:Phone