diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLRouteListSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of routelist:IdentifiedRouteListElementBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:UserData | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
annotation |
|
||
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> |
type | xsd:normalizedString | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | xsd:boolean | ||
properties |
|
||
annotation |
|
||
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> |