Definition Type: ComplexType
Name: productType
Containing Schema: meta_data.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into creation-date in schema meta_data_xsd Drilldown into category in schema meta_data_xsd Drilldown into field in schema meta_data_xsd Drilldown into title in schema meta_data_xsd Drilldown into srsName in schema meta_data_xsd Drilldown into operational-mode in schema meta_data_xsd Drilldown into concise-name in schema meta_data_xsdXSD Diagram of productType in schema meta_data_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title title 0 1
field field 0 1
category category 0 1
creation-date creation-date 1 1
Collapse Child Attributes:
Name Type Default Value Use
concise-name concise-name Required
operational-mode operational-mode Required
srsName srsName Required
Collapse Derivation Tree:
Collapse References:
product