complexType SensorOccurrenceType
diagram plmxml_diagrams/plmxml_p908.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:OccurrenceType
properties
base plm:OccurrenceType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Transform plm:Representation plm:VariantCondition plm:Reference plm:PropertyGroup plm:EntityPropertyGroup plm:Material plm:EntityMaterial plm:AssociatedAttachment plm:AttributeContext plm:ConstraintTargetRef plm:SensorData
used by
element SensorOccurrence
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
instancedRef  plm:anyURIType  optional      
transformRef  xsd:IDREF  optional      
materialRef  xsd:IDREF  optional      
partRef  plm:anyURIType  optional      
representationRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
designRequired  xsd:boolean  optional      
occurrenceRefs  xsd:IDREFS  optional      
instanceRefs  plm:uriReferenceListType  optional      
pathRefs  plm:uriReferenceListType  optional      
geometryRefs  plm:uriReferenceListType  optional      
alternativeOfRef  plm:anyURIType  optional      
productViewRef  plm:anyURIType  optional      
visible  xsd:boolean  optional      
lastInstanceParentRef  plm:anyURIType  optional      
sourceRef  plm:anyURIType  optional      
linkedOccurrenceRef  plm:anyURIType  optional      
linkedGroupRef  plm:anyURIType  optional      
associatedAttachmentRefs  plm:uriReferenceListType  optional      
parentRef  plm:anyURIType  optional      
instanceNumber  xsd:integer  optional      
occurrenceId  xsd:string  optional      
controlRefs  plm:uriReferenceListType  optional      
symbolicRefs  plm:uriReferenceListType  optional      
coordinateFrame  plm:CoordinateFrameEnum  optional      
annotation
documentation

          An occurrence of a Sensor or SensorInstance.

          Attribute:

          coordinateFrame: The coordinate frame in which the directional and
                        orientational properties of a Sensor are defined.

          Sub-elements:

          ConstraintTargetRef: Overrides the references to the Markers between
                        which the physical quantity is sensed.
          SensorData:   Overrides any additional data for the Sensor or
                        SensorInstance.
         
source <xsd:complexType name="SensorOccurrenceType">
 
<xsd:annotation>
   
<xsd:documentation>
          An occurrence of a Sensor or SensorInstance.

          Attribute:

          coordinateFrame: The coordinate frame in which the directional and
                        orientational properties of a Sensor are defined.

          Sub-elements:

          ConstraintTargetRef: Overrides the references to the Markers between
                        which the physical quantity is sensed.
          SensorData:   Overrides any additional data for the Sensor or
                        SensorInstance.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:OccurrenceType">
     
<xsd:sequence>
       
<xsd:element ref="plm:ConstraintTargetRef" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element ref="plm:SensorData" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="coordinateFrame" type="plm:CoordinateFrameEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SensorOccurrenceType/@coordinateFrame
type plm:CoordinateFrameEnum
properties
use optional
facets
Kind Value Annotation
enumeration absolute
enumeration relative
enumeration userDefined
source <xsd:attribute name="coordinateFrame" type="plm:CoordinateFrameEnum" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy