Definition Type: Element
Name: list
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/st/dhs-gmo/1.0.0
Type: st:annotated
Containing Schema: simpleTypeDerivation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into simpleType in schema simpletypederivation_xsd Drilldown into annotation in schema simpletypederivation_xsd Drilldown into openAttrs in schema simpletypederivation_xsd Drilldown into id in schema simpletypederivation_xsd Drilldown into annotated in schema simpletypederivation_xsd Drilldown into itemType in schema simpletypederivation_xsdXSD Diagram of list in schema simpletypederivation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="list" id="list">
    <xs:complexType>
        <xs:annotation>
            <xs:documentation> source="./XML Schema Part 2 Datatypes.htm#element-list"
itemType attribute and simpleType child are mutually
exclusive, but one or other is required
</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="st:annotated">
                <xs:sequence>
                    <xs:element name="simpleType" type="st:localSimpleType" minOccurs="0" />
                </xs:sequence>
                <xs:attribute name="itemType" type="xs:QName" use="optional" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation st:annotation 0 (1)
simpleType st:simpleType 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id st:id (Optional)
itemType st:itemType Optional
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: