Definition Type: ComplexType
Name: ResponsiblePartySubsetType
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. For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.
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 IndividualName in schema ows_xsdXSD Diagram of ResponsiblePartySubsetType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ResponsiblePartySubsetType">
    <annotation>
        <documentation>Identification of, and means of communication with, person responsible for the server. </documentation>
        <documentation>For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section. </documentation>
    </annotation>
    <sequence>
        <element ref="ows:IndividualName" minOccurs="0" />
        <element ref="ows:PositionName" minOccurs="0" />
        <element ref="ows:ContactInfo" minOccurs="0" />
        <element ref="ows:Role" minOccurs="0" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IndividualName ows:IndividualName 0 (1)
PositionName ows:PositionName 0 (1)
ContactInfo ows:ContactInfo 0 (1)
Role ows:Role 0 (1)
Collapse Derivation Tree:
Collapse References:
ows:ServiceContact