Schema Central > NIEM 2.0 > recordType.xsd > swe:RecordDefinition
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

swe:RecordDefinition

A Record Definition is composed from arbitrary base axes, which may be
records.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [1..1]xsd:IDfrom type gml:DefinitionType
recordLength [1..1]xsd:positiveIntegerThe number of components in the tuple

Used in

Substitution hierarchy

Sample instance

<swe:RecordDefinition gml:id="ID" recordLength="1">
   <gml:metaDataProperty>
      <!--any element-->
   </gml:metaDataProperty>
   <gml:description>string</gml:description>
   <gml:name>string</gml:name>
   <swe:component>
      <swe:ItemDefinition gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
         <swe:procedure/>
         <swe:property>...
         </swe:property>
         <swe:quality>...
         </swe:quality>
         <swe:representation>...
         </swe:representation>
      </swe:ItemDefinition>
   </swe:component>
</swe:RecordDefinition>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com