complexType FormatFieldType
diagram plmxml_diagrams/plmxml_p1846.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type extension of routelist:RouteListElementBase
properties
base routelist:RouteListElementBase
children plm:Description plm:ApplicationRef
used by
elements FormatField DisplayFormatType/FormatField
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
formatFieldName  xsd:normalizedString  required      
documentation
Field name in the imported route list
formatColumnName  xsd:normalizedString  required      
documentation
Column heading displayed in the route list dialog, corresponding to formatFieldName
formatColumnOrder  xsd:integer  required      
documentation
Column number, left to right.  Must be unique.  A formatColumnOrder of 1 is the leftmost column.
formatColumnWidth  xsd:integer  required      
documentation
Column width in characters
formatSortOrder  xsd:integer  required      
documentation
Sort Order for that column, 1 is highest priority, 0 is don't care
annotation
documentation
Display format fields.  Each display format has associated fields.
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>

attribute FormatFieldType/@formatFieldName
type xsd:normalizedString
properties
use required
annotation
documentation
Field name in the imported route list
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>

attribute FormatFieldType/@formatColumnName
type xsd:normalizedString
properties
use required
annotation
documentation
Column heading displayed in the route list dialog, corresponding to formatFieldName
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>

attribute FormatFieldType/@formatColumnOrder
type xsd:integer
properties
use required
annotation
documentation
Column number, left to right.  Must be unique.  A formatColumnOrder of 1 is the leftmost column.
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>

attribute FormatFieldType/@formatColumnWidth
type xsd:integer
properties
use required
annotation
documentation
Column width in characters
source <xsd:attribute name="formatColumnWidth" type="xsd:integer" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Column width in characters</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FormatFieldType/@formatSortOrder
type xsd:integer
properties
use required
annotation
documentation
Sort Order for that column, 1 is highest priority, 0 is don't care
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>


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