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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

swe:ItemSeriesDefinition

Description of a series of scalar properties with a common representation and scale
and (optional) quality indicators.

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:ItemSeriesDefinition gml:id="ID" recordLength="1">
   <gml:metaDataProperty>
      <!--any element-->
   </gml:metaDataProperty>
   <gml:description>string</gml:description>
   <gml:name>string</gml:name>
   <swe:procedure/>
   <swe:property>
      <swe:Phenomenon gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
      </swe:Phenomenon>
   </swe:property>
   <swe:quality>
      <gmd:DQ_DataQuality id="ID">
         <gmd:scope>...
         </gmd:scope>
         <gmd:report>...
         </gmd:report>
         <gmd:lineage>...
         </gmd:lineage>
      </gmd:DQ_DataQuality>
   </swe:quality>
   <swe:representation>
      <swe:SimpleType id="ID">
         <st:annotation id="ID">...
         </st:annotation>
         <st:restriction id="ID">...
         </st:restriction>
         <gml:unitOfMeasure uom="http://www.example.com/"/>
         <swe:frame/>
      </swe:SimpleType>
   </swe:representation>
</swe:ItemSeriesDefinition>

Site developed and hosted by Datypic, Inc.

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