Definition Type: ComplexType
Name: sourceType
Containing Schema: meta_data.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into feedback in schema meta_data_xsd Drilldown into credit-logo in schema meta_data_xsd Drilldown into credit in schema meta_data_xsd Drilldown into disclaimer in schema meta_data_xsd Drilldown into production-center in schema meta_data_xsd Drilldown into more-information in schema meta_data_xsdXSD Diagram of sourceType in schema meta_data_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="sourceType">
    <xsd:all>
        <xsd:element name="more-information" type="xsd:anyURI" minOccurs="1" maxOccurs="1" />
        <xsd:element name="production-center" type="production-centerType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="disclaimer" type="xsd:anyURI" minOccurs="0" maxOccurs="1" />
        <xsd:element name="credit" type="xsd:anyURI" minOccurs="0" maxOccurs="1" />
        <xsd:element name="credit-logo" type="xsd:anyURI" minOccurs="0" maxOccurs="1" />
        <xsd:element name="feedback" type="xsd:anyURI" minOccurs="0" maxOccurs="1" />
    </xsd:all>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
more-information more-information 1 1
production-center production-center 0 1
disclaimer disclaimer 0 1
credit credit 0 1
credit-logo credit-logo 0 1
feedback feedback 0 1
Collapse Derivation Tree:
Collapse References:
source