<xs:complexType name="PT_LocaleContainer_Type">
<xs:complexContent>
<xs:extension base="gmd:PT_Locale_Type">
<xs:sequence>
<xs:element name="description" type="gco:CharacterString_PropertyType" />
<xs:element name="date" type="gmd:CI_Date_PropertyType" maxOccurs="unbounded" />
<xs:element name="responsibleParty" type="gmd:CI_ResponsibleParty_PropertyType" />
<xs:element name="localisedString" type="gmd:LocalisedCharacterString_PropertyType" maxOccurs="unbounded" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|