Definition Type: ComplexType
Name: RecordDefinitionType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Type: swe:RecordTypeType
Containing Schema: recordType.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into component in schema recordtype_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into DefinitionType in schema gml_xsd Drilldown into RecordTypeType in schema recordtype_xsd Drilldown into recordLength in schema recordtype_xsdXSD Diagram of RecordDefinitionType in schema recordtype_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RecordDefinitionType">
    <complexContent>
        <extension base="swe:RecordTypeType">
            <sequence>
                <element name="component" type="swe:RecordTypePropertyType" maxOccurs="unbounded" />
            </sequence>
            <attribute name="recordLength" type="positiveInteger" use="required">
                <annotation>
                    <documentation>The number of components in the tuple</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
component swe:component (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
recordLength swe:recordLength Required
Collapse Derivation Tree:
Collapse References:
swe:RecordDefinition