complexType RouteNodeType
diagram plmxml_diagrams/plmxml_p1042.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element RouteNode
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      
position  plm:VectorType  optional      
implementationRefs  plm:uriReferenceListType  optional      
annotation
documentation

      A RouteNode represents a position along a Route, normally at the end of one
      or more RouteSections.
     
      Attributes:
     
      position:      the x,y,z coordinates of the Node.
      implementationRefs: Occurrences or Instances of ProductRevisionView(s) which implement
                     the RouteNode.

     
source <xsd:complexType name="RouteNodeType">
 
<xsd:annotation>
   
<xsd:documentation>
      A RouteNode represents a position along a Route, normally at the end of one
      or more RouteSections.
     
      Attributes:
     
      position:      the x,y,z coordinates of the Node.
      implementationRefs: Occurrences or Instances of ProductRevisionView(s) which implement
                     the RouteNode.

     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="position" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="implementationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:StructureUsage"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute RouteNodeType/@position
type plm:VectorType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="position" type="plm:VectorType" use="optional"/>

attribute RouteNodeType/@implementationRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="implementationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:StructureUsage"/>


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