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="RouteSectionType"> <xsd:annotation> <xsd:documentation> A RouteSection represents a section of a Route, from one Node to the next. Attributes: startNodeRef: the Node at the start. endNodeRef: the Node at the end. Note that this can be the same as the Node at the start. startKind: the shape of the Section at the start. Can be one of "flat oval", "round", "u shape", or some other string. endKind: the shape of the Section at the end. Values as for startKind. revision: a revision string. curveRef: reference to a Curve element (or entity in a Representation file) giving the geometric course of the RouteSection. crossSectionalAreaRefs: references to ValueWithUnit or RangeWithUnit elements describing cross-sectional area(s) of the Section. lengthRefs: references to ValueWithUnit or RangeWithUnit elements describing the length(s) of the Section. bendingRadiusRefs: references to ValueWithUnit or RangeWithUnit elements describing the bending radius or radii of the Section. spaceFactors: These are double values which represent the ratio(s) of the usable cross- section to the geometrical cross-section along the Section. implementationRefs: Occurrences or Instances of ProductRevisionView(s) which implement the RouteSection. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ManagedBase"> <xsd:attribute name="startNodeRef" type="plm:anyURIType" use="optional" plm:refType="plm:RouteNode"/> <xsd:attribute name="endNodeRef" type="plm:anyURIType" use="optional" plm:refType="plm:RouteNode"/> <xsd:attribute name="startKind" type="xsd:string" use="optional"/> <xsd:attribute name="endKind" type="xsd:string" use="optional"/> <xsd:attribute name="revision" type="xsd:string" use="optional"/> <xsd:attribute name="curveRef" type="plm:anyURIType" use="optional" plm:refType="plm:Curve"/> <xsd:attribute name="crossSectionalAreaRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> <xsd:attribute name="lengthRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> <xsd:attribute name="bendingRadiusRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> <xsd:attribute name="spaceFactors" type="plm:DoubleListType" use="optional"/> <xsd:attribute name="implementationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:StructureUsage"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="startNodeRef" type="plm:anyURIType" use="optional" plm:refType="plm:RouteNode"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="endNodeRef" type="plm:anyURIType" use="optional" plm:refType="plm:RouteNode"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="startKind" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="endKind" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="revision" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="curveRef" type="plm:anyURIType" use="optional" plm:refType="plm:Curve"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="crossSectionalAreaRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="lengthRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="bendingRadiusRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValueWithUnit plm:RangeWithUnit"/> |
type | plm:DoubleListType | ||
properties |
|
||
source | <xsd:attribute name="spaceFactors" type="plm:DoubleListType" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="implementationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:StructureUsage"/> |