<xsd:complexType name="productType">
<xsd:all>
<xsd:element name="title" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="field" type="fieldType" minOccurs="0" maxOccurs="1" />
<xsd:element name="category" type="categoryType" minOccurs="0" maxOccurs="1" />
<xsd:element name="creation-date" type="creation-dateType" minOccurs="1" maxOccurs="1" />
</xsd:all>
<xsd:attribute name="concise-name" type="concise-nameType" use="required" />
<xsd:attribute name="operational-mode" type="operational-modeType" use="required" />
<xsd:attribute name="srsName" type="srsNameType" use="required" />
</xsd:complexType>
|