diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLRouteListSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of routelist:RouteListElementBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:UserData routelist:IntermediateComponent routelist:ConductorOccurrence | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ConnectionType"> <xsd:annotation> <xsd:documentation>Connection usage Properties</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="routelist:RouteListElementBase"> <xsd:sequence> <xsd:element ref="plm:UserData" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="routelist:IntermediateComponent" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="routelist:ConductorOccurrence" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="fromComponentRef" type="plm:anyURIType" use="optional"> <xsd:annotation> <xsd:documentation>Refers to the component at one end of the connection.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="fromPin" type="xsd:normalizedString" use="optional"> <xsd:annotation> <xsd:documentation>Name of the terminal or pin on the From Component where connection starts/ends.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="toComponentRef" type="plm:anyURIType" use="optional"> <xsd:annotation> <xsd:documentation>Refers to the component at the other end of the connection</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="toPin" type="xsd:normalizedString" use="optional"> <xsd:annotation> <xsd:documentation>Name of the terminal or pin on the To Component where connection starts/ends.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="offset" type="xsd:double" use="optional"> <xsd:annotation> <xsd:documentation>A value used to calculate the cut-length by adding it to the actual length after the multiplier is applied.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="multiplier" type="xsd:double" use="optional"> <xsd:annotation> <xsd:documentation>A factor used as a multiplier on the actual length to calculate the cut-length</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="fromComponentRef" type="plm:anyURIType" use="optional"> <xsd:annotation> <xsd:documentation>Refers to the component at one end of the connection.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:normalizedString | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="fromPin" type="xsd:normalizedString" use="optional"> <xsd:annotation> <xsd:documentation>Name of the terminal or pin on the From Component where connection starts/ends.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | plm:anyURIType | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="toComponentRef" type="plm:anyURIType" use="optional"> <xsd:annotation> <xsd:documentation>Refers to the component at the other end of the connection</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:normalizedString | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="toPin" type="xsd:normalizedString" use="optional"> <xsd:annotation> <xsd:documentation>Name of the terminal or pin on the To Component where connection starts/ends.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:double | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="offset" type="xsd:double" use="optional"> <xsd:annotation> <xsd:documentation>A value used to calculate the cut-length by adding it to the actual length after the multiplier is applied.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:double | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="multiplier" type="xsd:double" use="optional"> <xsd:annotation> <xsd:documentation>A factor used as a multiplier on the actual length to calculate the cut-length</xsd:documentation> </xsd:annotation> </xsd:attribute> |