Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema Processes.xsd
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Definition --
Application Schema for Processes
Properties
attribute form default unqualified
element form default qualified
version 2.0r
Element ompr:ProcessType / ompr:inspireId
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
inspireId

-- Definition --
External object identifier of the spatial object.
Diagram
DiagramProcesses_xsd.tmp#ProcessType_ProcessType_inspireId_nilReasonBaseTypes_xsd.tmp#http___inspire.ec.europa.eu_schemas_base_3.3_Identifier
Properties
content complex
nillable true
Model
Children base:Identifier
Instance
<ompr:inspireId nilReason="" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0" xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3">
  <base:Identifier>{1,1}</base:Identifier>
</ompr:inspireId>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="inspireId" nillable="true">
  <annotation>
    <documentation>-- Name -- inspireId -- Definition -- External object identifier of the spatial object.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="base:Identifier"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element ompr:ProcessType / ompr:name
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
name

-- Definition --
Name of the Process
Diagram
DiagramProcesses_xsd.tmp#ProcessType_ProcessType_name_nilReason
Type extension of string
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="name" nillable="true" minOccurs="0">
  <annotation>
    <documentation>-- Name -- name -- Definition -- Name of the Process</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element ompr:ProcessType / ompr:type
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
type

-- Definition --
Type of process.

-- Description --
EXAMPLE raingauge, numerical model.
Diagram
DiagramProcesses_xsd.tmp#ProcessType_ProcessType_type_nilReason
Type extension of string
Properties
content complex
nillable true
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="type" nillable="true">
  <annotation>
    <documentation>-- Name -- type -- Definition -- Type of process. -- Description -- EXAMPLE raingauge, numerical model.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="nilReason" type="gml:NilReasonType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element ompr:ProcessType / ompr:documentation
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
documentation

-- Definition --
Further information ( online/offline) associated with the  process .
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AbstractMemberTypegmlBase_xsd.tmp#AssociationAttributeGroupBaseTypes2_xsd.tmp#DocumentCitation
Type extension of gml:AbstractMemberType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Model
Children base2:DocumentCitation
Instance
<ompr:documentation xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0" xmlns:base2="http://inspire.ec.europa.eu/schemas/base2/1.0">
  <base2:DocumentCitation gml:id="">{1,1}</base2:DocumentCitation>
</ompr:documentation>
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="documentation" nillable="true" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>-- Name -- documentation -- Definition -- Further information ( online/offline) associated with the process .</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="gml:AbstractMemberType">
        <sequence minOccurs="0">
          <element ref="base2:DocumentCitation"/>
        </sequence>
        <attributeGroup ref="gml:AssociationAttributeGroup"/>
      </extension>
    </complexContent>
  </complexType>
</element>
Element ompr:ProcessType / ompr:processParameter
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
process parameter

-- Definition --
Parameter controlling the application of the process and as a consequence its output.

-- Description --
Typical examples of using processParameter are: description of  instrumentation settings for a specific measurement or measurement series ; description of intial contidions in  numerical computations e.g. simulations.  

NOTE   The  values of a procesParameter are stored in  OM_Observation.parameter>NamedValue.value as they are specific to the event of the observation  and not to the  applied process .  The relevant OM_Observation.parameter>NamedValue.name shall be the same with Process.processParameter>ProcessParameter.name.

EXAMPLE  Analysis time of a forecast
<ul>
	<li>Instance of Process</li>
</ul>
Process.processParameter>ProcessParameter.name:
<i>http://inspire.jrc.ec.europa.eu/inspire/processParameterValue.html#AnalysisTime</i>
<ul>
	<li>Instance of OM_Observation</li>
</ul>
OM_OObservation.parameter>NamedValue.name:
<i>http://inspire.jrc.ec.europa.eu/inspire/processParameterValue.html#AnalysisTime</i>
OM_Observation.parameter>NamedValue.value:
<i>00z-15/05/2011</i>
Diagram
DiagramProcesses_xsd.tmp#ProcessType_ProcessType_processParameter_nilReasonProcesses_xsd.tmp#ProcessParameter
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Model
Children ompr:ProcessParameter
Instance
<ompr:processParameter nilReason="" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0">
  <ompr:ProcessParameter>{1,1}</ompr:ProcessParameter>
</ompr:processParameter>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="processParameter" nillable="true" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>-- Name -- process parameter -- Definition -- Parameter controlling the application of the process and as a consequence its output. -- Description -- Typical examples of using processParameter are: description of instrumentation settings for a specific measurement or measurement series ; description of intial contidions in numerical computations e.g. simulations. NOTE The values of a procesParameter are stored in OM_Observation.parameter>NamedValue.value as they are specific to the event of the observation and not to the applied process . The relevant OM_Observation.parameter>NamedValue.name shall be the same with Process.processParameter>ProcessParameter.name. EXAMPLE Analysis time of a forecast <ul> <li>Instance of Process</li> </ul> Process.processParameter>ProcessParameter.name: <i>http://inspire.jrc.ec.europa.eu/inspire/processParameterValue.html#AnalysisTime</i> <ul> <li>Instance of OM_Observation</li> </ul> OM_OObservation.parameter>NamedValue.name: <i>http://inspire.jrc.ec.europa.eu/inspire/processParameterValue.html#AnalysisTime</i> OM_Observation.parameter>NamedValue.value: <i>00z-15/05/2011</i></documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="ompr:ProcessParameter"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element ompr:ProcessParameter
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
Process Parameter

-- Definition --
Description of the given parameter
Diagram
DiagramProcesses_xsd.tmp#ProcessParameterType_nameProcesses_xsd.tmp#ProcessParameterType_descriptionProcesses_xsd.tmp#ProcessParameterTypegmlBase_xsd.tmp#AbstractObject
Type ompr:ProcessParameterType
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ompr:description, ompr:name
Instance
<ompr:ProcessParameter xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0">
  <ompr:name xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</ompr:name>
  <ompr:description>{0,1}</ompr:description>
</ompr:ProcessParameter>
Source
<element name="ProcessParameter" type="ompr:ProcessParameterType" substitutionGroup="gml:AbstractObject">
  <annotation>
    <documentation>-- Name -- Process Parameter -- Definition -- Description of the given parameter</documentation>
  </annotation>
</element>
Element ompr:ProcessParameterType / ompr:name
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
name

-- Definition --
Name of the process parameter.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Type gml:ReferenceType
Properties
content complex
Model
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="name" type="gml:ReferenceType">
  <annotation>
    <documentation>-- Name -- name -- Definition -- Name of the process parameter.</documentation>
    <appinfo>
      <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="obligation">technicalGuidance</taggedValue>
    </appinfo>
  </annotation>
</element>
Element ompr:ProcessParameterType / ompr:description
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
description

-- Definition --
Description of the process parameter.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="description" type="string" minOccurs="0">
  <annotation>
    <documentation>-- Name -- description -- Definition -- Description of the process parameter.</documentation>
  </annotation>
</element>
Element ompr:ProcessType / ompr:responsibleParty
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
responsible party

-- Definition --
Individual or organisation related to the process.

-- Description --
EXAMPLE For a numerical simulation a responsible party may be the NWP centre which conducted the simulation
Diagram
DiagramProcesses_xsd.tmp#ProcessType_ProcessType_responsibleParty_nilReasonBaseTypes2_xsd.tmp#RelatedParty
Properties
content complex
maxOccurs unbounded
nillable true
Model
Children base2:RelatedParty
Instance
<ompr:responsibleParty nilReason="" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0" xmlns:base2="http://inspire.ec.europa.eu/schemas/base2/1.0">
  <base2:RelatedParty>{1,1}</base2:RelatedParty>
</ompr:responsibleParty>
Attributes
QName Type Use
nilReason gml:NilReasonType optional
Source
<element name="responsibleParty" nillable="true" maxOccurs="unbounded">
  <annotation>
    <documentation>-- Name -- responsible party -- Definition -- Individual or organisation related to the process. -- Description -- EXAMPLE For a numerical simulation a responsible party may be the NWP centre which conducted the simulation</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="base2:RelatedParty"/>
    </sequence>
    <attribute name="nilReason" type="gml:NilReasonType"/>
  </complexType>
</element>
Element ompr:Process
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Annotations
-- Name --
Process

-- Definition --
Description of an observation process
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypefeature_xsd.tmp#boundedBydeprecatedTypes_xsd.tmp#locationfeature_xsd.tmp#AbstractFeatureTypeProcesses_xsd.tmp#ProcessType_inspireIdProcesses_xsd.tmp#ProcessType_nameProcesses_xsd.tmp#ProcessType_typeProcesses_xsd.tmp#ProcessType_documentationProcesses_xsd.tmp#ProcessType_processParameterProcesses_xsd.tmp#ProcessType_responsiblePartyProcesses_xsd.tmp#ProcessTypeAirQualityReporting_xsd.tmp#AQD_AggregationProcessAirQualityReporting_xsd.tmp#AQD_ModelProcessAirQualityReporting_xsd.tmp#AQD_SamplingPointProcessfeature_xsd.tmp#AbstractFeature
Type ompr:ProcessType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, ompr:documentation, ompr:inspireId, ompr:name, ompr:processParameter, ompr:responsibleParty, ompr:type
Instance
<ompr:Process gml:id="" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:boundedBy nilReason="">{0,1}</gml:boundedBy>
  <gml:location xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:location>
  <ompr:inspireId nilReason="">{1,1}</ompr:inspireId>
  <ompr:name nilReason="">{0,1}</ompr:name>
  <ompr:type nilReason="">{1,1}</ompr:type>
  <ompr:documentation xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ompr:documentation>
  <ompr:processParameter nilReason="">{0,unbounded}</ompr:processParameter>
  <ompr:responsibleParty nilReason="">{1,unbounded}</ompr:responsibleParty>
</ompr:Process>
Attributes
QName Type Use Annotation
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="Process" type="ompr:ProcessType" substitutionGroup="gml:AbstractFeature">
  <annotation>
    <documentation>-- Name -- Process -- Definition -- Description of an observation process</documentation>
  </annotation>
</element>
Complex Type ompr:ProcessType
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypefeature_xsd.tmp#boundedBydeprecatedTypes_xsd.tmp#locationfeature_xsd.tmp#AbstractFeatureTypeProcesses_xsd.tmp#ProcessType_inspireIdProcesses_xsd.tmp#ProcessType_nameProcesses_xsd.tmp#ProcessType_typeProcesses_xsd.tmp#ProcessType_documentationProcesses_xsd.tmp#ProcessType_processParameterProcesses_xsd.tmp#ProcessType_responsibleParty
Type extension of gml:AbstractFeatureType
Type hierarchy
Used by
Model
Children gml:boundedBy, gml:description, gml:descriptionReference, gml:identifier, gml:location, gml:metaDataProperty, gml:name, ompr:documentation, ompr:inspireId, ompr:name, ompr:processParameter, ompr:responsibleParty, ompr:type
Attributes
QName Type Use Annotation
gml:id ID optional
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="ProcessType">
  <complexContent>
    <extension base="gml:AbstractFeatureType">
      <sequence>
        <element name="inspireId" nillable="true">
          <annotation>
            <documentation>-- Name -- inspireId -- Definition -- External object identifier of the spatial object.</documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="base:Identifier"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="name" nillable="true" minOccurs="0">
          <annotation>
            <documentation>-- Name -- name -- Definition -- Name of the Process</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="string">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="type" nillable="true">
          <annotation>
            <documentation>-- Name -- type -- Definition -- Type of process. -- Description -- EXAMPLE raingauge, numerical model.</documentation>
          </annotation>
          <complexType>
            <simpleContent>
              <extension base="string">
                <attribute name="nilReason" type="gml:NilReasonType"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="documentation" nillable="true" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>-- Name -- documentation -- Definition -- Further information ( online/offline) associated with the process .</documentation>
          </annotation>
          <complexType>
            <complexContent>
              <extension base="gml:AbstractMemberType">
                <sequence minOccurs="0">
                  <element ref="base2:DocumentCitation"/>
                </sequence>
                <attributeGroup ref="gml:AssociationAttributeGroup"/>
              </extension>
            </complexContent>
          </complexType>
        </element>
        <element name="processParameter" nillable="true" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>-- Name -- process parameter -- Definition -- Parameter controlling the application of the process and as a consequence its output. -- Description -- Typical examples of using processParameter are: description of instrumentation settings for a specific measurement or measurement series ; description of intial contidions in numerical computations e.g. simulations. NOTE The values of a procesParameter are stored in OM_Observation.parameter>NamedValue.value as they are specific to the event of the observation and not to the applied process . The relevant OM_Observation.parameter>NamedValue.name shall be the same with Process.processParameter>ProcessParameter.name. EXAMPLE Analysis time of a forecast <ul> <li>Instance of Process</li> </ul> Process.processParameter>ProcessParameter.name: <i>http://inspire.jrc.ec.europa.eu/inspire/processParameterValue.html#AnalysisTime</i> <ul> <li>Instance of OM_Observation</li> </ul> OM_OObservation.parameter>NamedValue.name: <i>http://inspire.jrc.ec.europa.eu/inspire/processParameterValue.html#AnalysisTime</i> OM_Observation.parameter>NamedValue.value: <i>00z-15/05/2011</i></documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="ompr:ProcessParameter"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
        <element name="responsibleParty" nillable="true" maxOccurs="unbounded">
          <annotation>
            <documentation>-- Name -- responsible party -- Definition -- Individual or organisation related to the process. -- Description -- EXAMPLE For a numerical simulation a responsible party may be the NWP centre which conducted the simulation</documentation>
          </annotation>
          <complexType>
            <sequence>
              <element ref="base2:RelatedParty"/>
            </sequence>
            <attribute name="nilReason" type="gml:NilReasonType"/>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type ompr:ProcessParameterType
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Diagram
DiagramProcesses_xsd.tmp#ProcessParameterType_nameProcesses_xsd.tmp#ProcessParameterType_description
Used by
Model
Children ompr:description, ompr:name
Source
<complexType name="ProcessParameterType">
  <sequence>
    <element name="name" type="gml:ReferenceType">
      <annotation>
        <documentation>-- Name -- name -- Definition -- Name of the process parameter.</documentation>
        <appinfo>
          <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="obligation">technicalGuidance</taggedValue>
        </appinfo>
      </annotation>
    </element>
    <element name="description" type="string" minOccurs="0">
      <annotation>
        <documentation>-- Name -- description -- Definition -- Description of the process parameter.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Complex Type ompr:ProcessPropertyType
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGroupProcesses_xsd.tmp#Process
Model
Children ompr:Process
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="ProcessPropertyType">
  <sequence minOccurs="0">
    <element ref="ompr:Process"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
Complex Type ompr:ProcessParameterPropertyType
Namespace http://inspire.ec.europa.eu/schemas/ompr/2.0
Diagram
DiagramProcesses_xsd.tmp#ProcessParameter
Model
Children ompr:ProcessParameter
Source
<complexType name="ProcessParameterPropertyType">
  <sequence>
    <element ref="ompr:ProcessParameter"/>
  </sequence>
</complexType>
Attribute ompr:ProcessType / ompr:inspireId / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute ompr:ProcessType / ompr:name / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute ompr:ProcessType / ompr:type / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute ompr:ProcessType / ompr:processParameter / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute ompr:ProcessType / ompr:responsibleParty / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>