complexType RouteSectionAssignmentType
diagram plmxml_diagrams/plmxml_p1043.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationType
properties
base plm:GeneralRelationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element RouteSectionAssignment
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      
relatedRefs  plm:uriReferenceListType  optional      
t  xsd:double  optional      
zAxis  plm:VectorType  optional      
annotation
documentation

      This relation relates an Occurrence to a RouteSection, on which it lies.
      For example, the Occurrence might be of a Fixing on a wire.
     
      Attributes:
     
      t:             parameter on the RouteSection at which the Occurrence occurs.
      zAxis:         direction of the 'Z axis' of the Occurrence.
     
source <xsd:complexType name="RouteSectionAssignmentType">
 
<xsd:annotation>
   
<xsd:documentation>
      This relation relates an Occurrence to a RouteSection, on which it lies.
      For example, the Occurrence might be of a Fixing on a wire.
     
      Attributes:
     
      t:             parameter on the RouteSection at which the Occurrence occurs.
      zAxis:         direction of the 'Z axis' of the Occurrence.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="t" type="xsd:double" use="optional"/>
     
<xsd:attribute name="zAxis" type="plm:VectorType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute RouteSectionAssignmentType/@t
type xsd:double
properties
use optional
source <xsd:attribute name="t" type="xsd:double" use="optional"/>

attribute RouteSectionAssignmentType/@zAxis
type plm:VectorType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="zAxis" type="plm:VectorType" use="optional"/>


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