diagram | |||||||||||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||||||||||
type | extension of sml:AbstractPhysicalProcessType | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
children | gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:boundedBy gml:location sml:extension sml:keywords sml:identification sml:classification sml:validTime sml:securityConstraints sml:legalConstraints sml:characteristics sml:capabilities sml:contacts sml:documentation sml:history sml:typeOf sml:configuration sml:featuresOfInterest sml:inputs sml:outputs sml:parameters sml:modes sml:attachedTo sml:localReferenceFrame sml:temporalReferenceFrame sml:position sml:method | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <complexType name="PhysicalComponentType"> <complexContent> <extension base="sml:AbstractPhysicalProcessType"> <sequence> <element name="method" type="sml:ProcessMethodPropertyType" minOccurs="0" maxOccurs="1"> <annotation> <documentation>The method describes (as an algorithm or text) how the process takes the input and, based on the parameter values, generates output values.</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
type | sml:ProcessMethodPropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | sml:ProcessMethod | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <element name="method" type="sml:ProcessMethodPropertyType" minOccurs="0" maxOccurs="1"> <annotation> <documentation>The method describes (as an algorithm or text) how the process takes the input and, based on the parameter values, generates output values.</documentation> </annotation> </element> |