complexType ElectricalComponentUsageType
diagram plmxml_diagrams/plmxml_p1845.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 ElectricalComponentUsage
complexTypes HarnessComponentType IntermediateComponentType NonHarnessComponentType
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.
componentRef  plm:anyURIType  required      
documentation
Refers to the electrical component for this usage.
instanceName  xsd:normalizedString  optional      
documentation
Physical part instance name or component name to which this logical component is assigned (or to be assigned)
assigned  derived by: xsd:NMTOKEN  optional      
documentation
This is an export only attribute.
Auto:  Automatically assigned to a physical component.
Manual: Manually assigned to a physical component.
Not Assigned: Not assigned to any physical component.
isRouted  xsd:boolean  optional      
documentation
This is an export only attribute.
True: Wire/Cable/SpaceReservations are routed to this component.
False: Wire/Cable/SpaceReservations are not routed to this component.
annotation
documentation
Contains properties of electrical component
source <xsd:complexType name="ElectricalComponentUsageType">
 
<xsd:annotation>
   
<xsd:documentation> Contains properties of electrical component</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="routelist:IdentifiedRouteListElementBase">
     
<xsd:attribute name="componentRef" type="plm:anyURIType" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Refers to the electrical component for this usage.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="instanceName" type="xsd:normalizedString" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Physical part instance name or component name to which this logical component is assigned (or to be assigned)</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="assigned" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>This is an export only attribute.
Auto:  Automatically assigned to a physical component.
Manual: Manually assigned to a physical component.
Not Assigned: Not assigned to any physical component.
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="auto"/>
           
<xsd:enumeration value="manual"/>
           
<xsd:enumeration value="notAssigned"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
     
<xsd:attribute name="isRouted" type="xsd:boolean" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>This is an export only attribute.
True: Wire/Cable/SpaceReservations are routed to this component.
False: Wire/Cable/SpaceReservations are not routed to this component.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ElectricalComponentUsageType/@componentRef
type plm:anyURIType
properties
use required
annotation
documentation
Refers to the electrical component for this usage.
source <xsd:attribute name="componentRef" type="plm:anyURIType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Refers to the electrical component for this usage.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ElectricalComponentUsageType/@instanceName
type xsd:normalizedString
properties
use optional
annotation
documentation
Physical part instance name or component name to which this logical component is assigned (or to be assigned)
source <xsd:attribute name="instanceName" type="xsd:normalizedString" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Physical part instance name or component name to which this logical component is assigned (or to be assigned)</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ElectricalComponentUsageType/@assigned
type restriction of xsd:NMTOKEN
properties
use optional
facets
Kind Value Annotation
enumeration auto
enumeration manual
enumeration notAssigned
annotation
documentation
This is an export only attribute.
Auto:  Automatically assigned to a physical component.
Manual: Manually assigned to a physical component.
Not Assigned: Not assigned to any physical component.
source <xsd:attribute name="assigned" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>This is an export only attribute.
Auto:  Automatically assigned to a physical component.
Manual: Manually assigned to a physical component.
Not Assigned: Not assigned to any physical component.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="auto"/>
     
<xsd:enumeration value="manual"/>
     
<xsd:enumeration value="notAssigned"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute ElectricalComponentUsageType/@isRouted
type xsd:boolean
properties
use optional
annotation
documentation
This is an export only attribute.
True: Wire/Cable/SpaceReservations are routed to this component.
False: Wire/Cable/SpaceReservations are not routed to this component.
source <xsd:attribute name="isRouted" type="xsd:boolean" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>This is an export only attribute.
True: Wire/Cable/SpaceReservations are routed to this component.
False: Wire/Cable/SpaceReservations are not routed to this component.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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