<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>
|