complexType ConductorOccurrenceType
diagram plmxml_diagrams/plmxml_p1837.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type extension of routelist:IdentifiedRouteListElementBase
properties
base routelist:IdentifiedRouteListElementBase
children plm:Description plm:ApplicationRef plm:UserData
used by
element ConductorOccurrence
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
uniqueId  xsd:normalizedString  required      
documentation
Unique identifier of the RouteList object.
conductorRef  plm:anyURIType  required      
documentation
Reference to Wire, Cable, or Space Reservation element. The resolution is based on the Type.
wireClass  derived by: xsd:NMTOKEN  optional      
wireSignal  xsd:normalizedString  optional      
wireSeparationCode  xsd:normalizedString  optional      
location  xsd:integer  optional      
documentation
Location of the assigned conductor.
        (1. Ordering of the wire in a flat cable
        2. Ordering of the cable in a stacked flat cables.)
length  xsd:double  optional      
documentation
Length of the connection. This is export only field from UG-NX.
cutLength  xsd:double  optional      
documentation

                            Cut length calculated based on the offset and
                            multiplier defined by the assigned conductor (Wire,
                            Cable, Space reservation).  This is export only.
                       
routed  derived by: xsd:NMTOKEN  optional      
documentation
This is export only field
        Auto - Routed automatically
        Manual - Routed Manually
        Not Routed
harnessRef  plm:anyURIType  optional      
documentation
Reference to the Harness to which the wire/cable/space-reservation occurance belongs.
annotation
documentation
Contains properties of conductor (Wire/Cable/SpaceReservation) i.e assigned to a connection
source <xsd:complexType name="ConductorOccurrenceType">
 
<xsd:annotation>
   
<xsd:documentation> Contains properties of conductor (Wire/Cable/SpaceReservation) i.e assigned to a connection</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="routelist:IdentifiedRouteListElementBase">
     
<xsd:attribute name="conductorRef" type="plm:anyURIType" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Reference to Wire, Cable, or Space Reservation element. The resolution is based on the Type.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="wireClass" use="optional">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="regular"/>
           
<xsd:enumeration value="stowed"/>
           
<xsd:enumeration value="twisted"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
     
<xsd:attribute name="wireSignal" type="xsd:normalizedString" use="optional"/>
     
<xsd:attribute name="wireSeparationCode" type="xsd:normalizedString" use="optional"/>
     
<xsd:attribute name="location" type="xsd:integer" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Location of the assigned conductor.
        (1. Ordering of the wire in a flat cable
        2. Ordering of the cable in a stacked flat cables.)
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="length" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Length of the connection. This is export only field from UG-NX.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="cutLength" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>
                            Cut length calculated based on the offset and
                            multiplier defined by the assigned conductor (Wire,
                            Cable, Space reservation).  This is export only.
                       
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="routed" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>This is export only field
        Auto - Routed automatically
        Manual - Routed Manually
        Not Routed
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="auto"/>
           
<xsd:enumeration value="manual"/>
           
<xsd:enumeration value="notRouted"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
     
<xsd:attribute name="harnessRef" type="plm:anyURIType" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Reference to the Harness to which the wire/cable/space-reservation occurance belongs.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ConductorOccurrenceType/@conductorRef
type plm:anyURIType
properties
use required
annotation
documentation
Reference to Wire, Cable, or Space Reservation element. The resolution is based on the Type.
source <xsd:attribute name="conductorRef" type="plm:anyURIType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Reference to Wire, Cable, or Space Reservation element. The resolution is based on the Type.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ConductorOccurrenceType/@wireClass
type restriction of xsd:NMTOKEN
properties
use optional
facets
Kind Value Annotation
enumeration regular
enumeration stowed
enumeration twisted
source <xsd:attribute name="wireClass" use="optional">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="regular"/>
     
<xsd:enumeration value="stowed"/>
     
<xsd:enumeration value="twisted"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute ConductorOccurrenceType/@wireSignal
type xsd:normalizedString
properties
use optional
source <xsd:attribute name="wireSignal" type="xsd:normalizedString" use="optional"/>

attribute ConductorOccurrenceType/@wireSeparationCode
type xsd:normalizedString
properties
use optional
source <xsd:attribute name="wireSeparationCode" type="xsd:normalizedString" use="optional"/>

attribute ConductorOccurrenceType/@location
type xsd:integer
properties
use optional
annotation
documentation
Location of the assigned conductor.
        (1. Ordering of the wire in a flat cable
        2. Ordering of the cable in a stacked flat cables.)
source <xsd:attribute name="location" type="xsd:integer" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Location of the assigned conductor.
        (1. Ordering of the wire in a flat cable
        2. Ordering of the cable in a stacked flat cables.)
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ConductorOccurrenceType/@length
type xsd:double
properties
use optional
annotation
documentation
Length of the connection. This is export only field from UG-NX.
source <xsd:attribute name="length" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Length of the connection. This is export only field from UG-NX.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ConductorOccurrenceType/@cutLength
type xsd:double
properties
use optional
annotation
documentation

                            Cut length calculated based on the offset and
                            multiplier defined by the assigned conductor (Wire,
                            Cable, Space reservation).  This is export only.
                       
source <xsd:attribute name="cutLength" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>
                            Cut length calculated based on the offset and
                            multiplier defined by the assigned conductor (Wire,
                            Cable, Space reservation).  This is export only.
                       
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ConductorOccurrenceType/@routed
type restriction of xsd:NMTOKEN
properties
use optional
facets
Kind Value Annotation
enumeration auto
enumeration manual
enumeration notRouted
annotation
documentation
This is export only field
        Auto - Routed automatically
        Manual - Routed Manually
        Not Routed
source <xsd:attribute name="routed" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>This is export only field
        Auto - Routed automatically
        Manual - Routed Manually
        Not Routed
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="auto"/>
     
<xsd:enumeration value="manual"/>
     
<xsd:enumeration value="notRouted"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute ConductorOccurrenceType/@harnessRef
type plm:anyURIType
properties
use optional
annotation
documentation
Reference to the Harness to which the wire/cable/space-reservation occurance belongs.
source <xsd:attribute name="harnessRef" type="plm:anyURIType" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Reference to the Harness to which the wire/cable/space-reservation occurance belongs.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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