Definition Type: ComplexType
Name: RecordType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Containing Schema: record.xsd
Abstract
Documentation:
A record is an ordered list of items
Collapse XSD Schema Diagram:
Drilldown into item in schema record_xsd Drilldown into RS in schema record_xsdXSD Diagram of RecordType in schema record_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RecordType">
    <annotation>
        <documentation>A record is an ordered list of items</documentation>
    </annotation>
    <sequence>
        <element ref="swe:item" maxOccurs="unbounded" />
    </sequence>
    <attribute name="RS" type="anyURI" use="optional">
        <annotation>
            <documentation>Optional pointer to
record-type schema</documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
item swe:item (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
RS swe:RS Optional
Collapse Derivation Tree:
Collapse References:
swe:Record