complexType WireProtectionAreaRelationType
diagram plmxml_diagrams/plmxml_p1057.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 WireProtectionAreaRelation
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      
startT  xsd:double  optional      
endT  xsd:double  optional      
gradient  xsd:double  optional      
tapingDirection  plm:WireProtectionTapingEnum  optional      
annotation
documentation

      This relation relates an Occurrence of a WireProtection to one or more
      RouteSection elements, which specify where the protection applies.

      Attributes:

      relatedRefs:      Inherited from GeneralRelation. The first item in the
                        list references the Occurrence. Subsequent items
                        reference the RouteSections from the first to the last
                        in order.
      startT:           Start parameter on the first associated RouteSection.
      endT:             End parameter on the last associated RouteSection.
      gradient:         The pitch of the taping in metres.
      tapingDirection:  Whether the tape winds clockwise or counter-clockwise.
     
source <xsd:complexType name="WireProtectionAreaRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This relation relates an Occurrence of a WireProtection to one or more
      RouteSection elements, which specify where the protection applies.

      Attributes:

      relatedRefs:      Inherited from GeneralRelation. The first item in the
                        list references the Occurrence. Subsequent items
                        reference the RouteSections from the first to the last
                        in order.
      startT:           Start parameter on the first associated RouteSection.
      endT:             End parameter on the last associated RouteSection.
      gradient:         The pitch of the taping in metres.
      tapingDirection:  Whether the tape winds clockwise or counter-clockwise.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="startT" type="xsd:double" use="optional"/>
     
<xsd:attribute name="endT" type="xsd:double" use="optional"/>
     
<xsd:attribute name="gradient" type="xsd:double" use="optional"/>
     
<xsd:attribute name="tapingDirection" type="plm:WireProtectionTapingEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

attribute WireProtectionAreaRelationType/@tapingDirection
type plm:WireProtectionTapingEnum
properties
use optional
facets
Kind Value Annotation
enumeration left
enumeration right
source <xsd:attribute name="tapingDirection" type="plm:WireProtectionTapingEnum" use="optional"/>


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