diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="RouteType"> <xsd:annotation> <xsd:documentation> A Route represents a course or track through space. Attributes: courseRefs: the RouteSections and/or RouteNodes that make up the Route, in order. revision: a revision string. colour: display colour lineType: display line type lineThicknessRef: display line thickness (ValueWithUnit). </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ManagedBase"> <xsd:attribute name="courseRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:RouteSection plm:RouteNode"/> <xsd:attribute name="revision" type="xsd:string" use="optional"/> <xsd:attribute name="colour" type="plm:RGBType" use="optional"/> <xsd:attribute name="lineType" type="plm:RouteLineTypeEnum" use="optional"/> <xsd:attribute name="lineThicknessRef" type="plm:anyURIType" use="optional" plm:refType="plm:ValueWithUnit"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="courseRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:RouteSection plm:RouteNode"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="revision" type="xsd:string" use="optional"/> |
type | plm:RGBType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="colour" type="plm:RGBType" use="optional"/> |
type | plm:RouteLineTypeEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="lineType" type="plm:RouteLineTypeEnum" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="lineThicknessRef" type="plm:anyURIType" use="optional" plm:refType="plm:ValueWithUnit"/> |