Definition Type: ComplexType
Name: annotated
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
Documentation:
This type is extended by all types which allow annotation other than <schema> itself
Collapse XSD Schema Diagram:
Drilldown into annotation in schema simpletypederivation_xsd Drilldown into openAttrs in schema simpletypederivation_xsd Drilldown into id in schema simpletypederivation_xsdXSD Diagram of annotated in schema simpletypederivation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="annotated">
    <xs:annotation>
        <xs:documentation>
This type is extended by all types which allow annotation
other than &lt;schema&gt; itself
</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="st:openAttrs">
            <xs:sequence>
                <xs:element ref="st:annotation" minOccurs="0" />
            </xs:sequence>
            <xs:attribute name="id" type="xs:ID" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation st:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id st:id (Optional)
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
st:facet, st:list, st:restriction, st:simpleType, st:union