Definition Type: ComplexType
Name: ResponsiblePartyType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: ows19115subset.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 ows19115subset_xsd Drilldown into ContactInfo in schema ows19115subset_xsd Drilldown into PositionName in schema ows19115subset_xsd Drilldown into OrganisationName in schema ows19115subset_xsd Drilldown into IndividualName in schema ows19115subset_xsdXSD Diagram of ResponsiblePartyType in schema ows19115subset_xsd (OGC Web Feature Service)
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