Definition Type: Element
Name: annotation
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/st/dhs-gmo/1.0.0
Type: st:openAttrs
Containing Schema: simpleTypeDerivation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into documentation in schema simpletypederivation_xsd Drilldown into appinfo in schema simpletypederivation_xsd Drilldown into openAttrs in schema simpletypederivation_xsd Drilldown into id in schema simpletypederivation_xsdXSD Diagram of annotation in schema simpletypederivation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="annotation" id="annotation">
    <xs:annotation>
        <xs:documentation source="./#element-annotation" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="st:openAttrs">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="st:appinfo" />
                    <xs:element ref="st:documentation" />
                </xs:choice>
                <xs:attribute name="id" type="xs:ID" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
appinfo st:appinfo (1) (1)
documentation st:documentation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id st:id (Optional)
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: