Definition Type: ComplexType
Name: ContactType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Information required to enable contact with the responsible person and/or organization. For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section.
Collapse XSD Schema Diagram:
Drilldown into ContactInstructions in schema ows_xsd Drilldown into HoursOfService in schema ows_xsd Drilldown into OnlineResource in schema ows_xsd Drilldown into Address in schema ows_xsd Drilldown into Phone in schema ows_xsdXSD Diagram of ContactType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ContactType">
    <annotation>
        <documentation>Information required to enable contact with the responsible person and/or organization. </documentation>
        <documentation>For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section. </documentation>
    </annotation>
    <sequence>
        <element name="Phone" type="ows:TelephoneType" minOccurs="0">
            <annotation>
                <documentation>Telephone numbers at which the organization or individual may be contacted. </documentation>
            </annotation>
        </element>
        <element name="Address" type="ows:AddressType" minOccurs="0">
            <annotation>
                <documentation>Physical and email address at which the organization or individual may be contacted. </documentation>
            </annotation>
        </element>
        <element name="OnlineResource" type="ows:OnlineResourceType" minOccurs="0">
            <annotation>
                <documentation>On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleLink attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleLink attribute group should not be used. </documentation>
            </annotation>
        </element>
        <element name="HoursOfService" type="string" minOccurs="0">
            <annotation>
                <documentation>Time period (including time zone) when individuals can contact the organization or individual. </documentation>
            </annotation>
        </element>
        <element name="ContactInstructions" type="string" minOccurs="0">
            <annotation>
                <documentation>Supplemental instructions on how or when to contact the individual or organization. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Phone ows:Phone 0 (1)
Address ows:Address 0 (1)
OnlineResource ows:OnlineResource 0 (1)
HoursOfService ows:HoursOfService 0 (1)
ContactInstructions ows:ContactInstructions 0 (1)
Collapse Derivation Tree:
Collapse References:
ows:ContactInfo