complexType RouteDataSegmentType
diagram plmxml_diagrams/plmxml_p1038.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef
used by
element RouteDataType/RouteDataSegment
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
courseRefs  plm:uriReferenceListType  optional      
free  xsd:boolean    false    
annotation
documentation

      A RouteDataSegment is used to assign routing information to a segment of an
      Instance or Occurrence.
     
      Attributes:
     
      courseRefs:   the RouteNodes, RouteSections and Routes which define the route of this segment
                    of the  object, in sequence.
      free:         false if the segment has a fixed route in space - true if it is free, such as a
                    freely hanging wire.
     
source <xsd:complexType name="RouteDataSegmentType">
 
<xsd:annotation>
   
<xsd:documentation>
      A RouteDataSegment is used to assign routing information to a segment of an
      Instance or Occurrence.
     
      Attributes:
     
      courseRefs:   the RouteNodes, RouteSections and Routes which define the route of this segment
                    of the  object, in sequence.
      free:         false if the segment has a fixed route in space - true if it is free, such as a
                    freely hanging wire.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:attribute name="courseRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Route plm:RouteSection plm:RouteNode"/>
     
<xsd:attribute name="free" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute RouteDataSegmentType/@courseRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="courseRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Route plm:RouteSection plm:RouteNode"/>

attribute RouteDataSegmentType/@free
type xsd:boolean
properties
default false
source <xsd:attribute name="free" type="xsd:boolean" default="false"/>


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