Schema Central > NIEM 2.0 > phenomenon.xsd > swe:PhenomenonSeries
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

swe:PhenomenonSeries

A Series is derived from a common basePhenomenon (e.g. Chemical Concentration)
with one or more constraint lists (e.g. Chemical Species).

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [1..1]xsd:IDfrom type gml:DefinitionType
dimension [1..1]xsd:positiveIntegerThe number of components in the tuplefrom type swe:CompoundPhenomenonType

Used in

Substitution hierarchy

Sample instance

<swe:PhenomenonSeries gml:id="ID" dimension="1">
   <gml:metaDataProperty>
      <!--any element-->
   </gml:metaDataProperty>
   <gml:description>string</gml:description>
   <gml:name>string</gml:name>
   <swe:base>
      <swe:Phenomenon gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
      </swe:Phenomenon>
   </swe:base>
   <swe:constraintList>
      <swe:TypedValueList>
         <swe:property codeSpace="http://www.example.com/">string</swe:property>
         <swe:value>any content</swe:value>
      </swe:TypedValueList>
   </swe:constraintList>
   <swe:otherConstraint>string</swe:otherConstraint>
</swe:PhenomenonSeries>

Site developed and hosted by Datypic, Inc.

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