Definition Type: ComplexType
Name: ResponsiblePartyType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.
Collapse XSD Schema Diagram:
Drilldown into Role in schema ows_xsd Drilldown into ContactInfo in schema ows_xsd Drilldown into PositionName in schema ows_xsd Drilldown into OrganisationName in schema ows_xsd Drilldown into IndividualName in schema ows_xsdXSD Diagram of ResponsiblePartyType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ResponsiblePartyType">
    <annotation>
        <documentation>Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included. </documentation>
    </annotation>
    <sequence>
        <element ref="ows:IndividualName" minOccurs="0" />
        <element ref="ows:OrganisationName" minOccurs="0" />
        <element ref="ows:PositionName" minOccurs="0" />
        <element ref="ows:ContactInfo" minOccurs="0" />
        <element ref="ows:Role" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IndividualName ows:IndividualName 0 (1)
OrganisationName ows:OrganisationName 0 (1)
PositionName ows:PositionName 0 (1)
ContactInfo ows:ContactInfo 0 (1)
Role ows:Role (1) (1)
Collapse Derivation Tree:
Collapse References:
ows:PointOfContact