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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

swe:CompositePhenomenon

A Composite Phenomenon Definition is composed from arbitrary base
Phenomena.

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:CompositePhenomenon 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:component>
      <swe:Phenomenon gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
      </swe:Phenomenon>
   </swe:component>
</swe:CompositePhenomenon>

Site developed and hosted by Datypic, Inc.

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