diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLRouteListSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of routelist:RouteListElementBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="FormatFieldType"> <xsd:annotation> <xsd:documentation>Display format fields. Each display format has associated fields.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="routelist:RouteListElementBase"> <xsd:attribute name="formatFieldName" type="xsd:normalizedString" use="required"> <xsd:annotation> <xsd:documentation>Field name in the imported route list</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="formatColumnName" type="xsd:normalizedString" use="required"> <xsd:annotation> <xsd:documentation>Column heading displayed in the route list dialog, corresponding to formatFieldName</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="formatColumnOrder" type="xsd:integer" use="required"> <xsd:annotation> <xsd:documentation>Column number, left to right. Must be unique. A formatColumnOrder of 1 is the leftmost column.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="formatColumnWidth" type="xsd:integer" use="required"> <xsd:annotation> <xsd:documentation>Column width in characters</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="formatSortOrder" type="xsd:integer" use="required"> <xsd:annotation> <xsd:documentation>Sort Order for that column, 1 is highest priority, 0 is don't care</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:normalizedString | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="formatFieldName" type="xsd:normalizedString" use="required"> <xsd:annotation> <xsd:documentation>Field name in the imported route list</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:normalizedString | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="formatColumnName" type="xsd:normalizedString" use="required"> <xsd:annotation> <xsd:documentation>Column heading displayed in the route list dialog, corresponding to formatFieldName</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:integer | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="formatColumnOrder" type="xsd:integer" use="required"> <xsd:annotation> <xsd:documentation>Column number, left to right. Must be unique. A formatColumnOrder of 1 is the leftmost column.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:integer | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="formatColumnWidth" type="xsd:integer" use="required"> <xsd:annotation> <xsd:documentation>Column width in characters</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:integer | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="formatSortOrder" type="xsd:integer" use="required"> <xsd:annotation> <xsd:documentation>Sort Order for that column, 1 is highest priority, 0 is don't care</xsd:documentation> </xsd:annotation> </xsd:attribute> |