<xsd:complexType name="taxonomyPackageType">
<xsd:sequence>
<xsd:element name="identifier" type="tp:uriType" minOccurs="1" maxOccurs="1"/>
<xsd:group ref="tp:documentationGroup" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="version" type="tp:stringType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="license" type="tp:licenseType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="publisher" type="tp:stringType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="publisherURL" type="tp:uriType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="publisherCountry" type="tp:countryType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="publicationDate" type="tp:dateType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="entryPoints" type="tp:entryPointsType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="supersededTaxonomyPackages" type="tp:supersededTaxonomyPackagesType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="versioningReports" type="tp:versioningReportsType" minOccurs="0" maxOccurs="1"/>
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType> |