complexType RouteType
diagram plmxml_diagrams/plmxml_p1045.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 Route
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      
courseRefs  plm:uriReferenceListType  optional      
revision  xsd:string  optional      
colour  plm:RGBType  optional      
lineType  plm:RouteLineTypeEnum  optional      
lineThicknessRef  plm:anyURIType  optional      
annotation
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).
     
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>

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

attribute RouteType/@revision
type xsd:string
properties
use optional
source <xsd:attribute name="revision" type="xsd:string" use="optional"/>

attribute RouteType/@colour
type plm:RGBType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="colour" type="plm:RGBType" use="optional"/>

attribute RouteType/@lineType
type plm:RouteLineTypeEnum
properties
use optional
facets
Kind Value Annotation
enumeration solid
enumeration dashed
enumeration thin
source <xsd:attribute name="lineType" type="plm:RouteLineTypeEnum" use="optional"/>

attribute RouteType/@lineThicknessRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="lineThicknessRef" type="plm:anyURIType" use="optional" plm:refType="plm:ValueWithUnit"/>


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