Definition Type: Element
Name: union
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 memberTypes in schema simpletypederivation_xsdXSD Diagram of union in schema simpletypederivation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="union" id="union">
    <xs:complexType>
        <xs:annotation>
            <xs:documentation> source="./XML Schema Part 2 Datatypes.htm#element-union"
memberTypes attribute must be non-empty or there must be
at least one simpleType child
</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="st:annotated">
                <xs:sequence>
                    <xs:element name="simpleType" type="st:localSimpleType" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
                <xs:attribute name="memberTypes" use="optional">
                    <xs:simpleType>
                        <xs:list itemType="xs:QName" />
                    </xs:simpleType>
                </xs:attribute>
            </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 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id st:id (Optional)
memberTypes st:memberTypes Optional
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: