diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="courseRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Route plm:RouteSection plm:RouteNode"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="free" type="xsd:boolean" default="false"/> |