complexType DisplayFormatType
diagram plmxml_diagrams/plmxml_p1840.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type extension of routelist:RouteListElementBase
properties
base routelist:RouteListElementBase
children plm:Description plm:ApplicationRef routelist:FormatName routelist:FormatType routelist:FormatField
used by
element DisplayFormat
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
annotation
documentation
Display formats
source <xsd:complexType name="DisplayFormatType">
 
<xsd:annotation>
   
<xsd:documentation>Display formats</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="routelist:RouteListElementBase">
     
<xsd:sequence>
       
<xsd:element name="FormatName" type="xsd:normalizedString" minOccurs="1" maxOccurs="1"/>
       
<xsd:element name="FormatType" type="xsd:normalizedString" minOccurs="1" maxOccurs="1"/>
       
<xsd:element name="FormatField" type="routelist:FormatFieldType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DisplayFormatType/FormatName
diagram plmxml_diagrams/plmxml_p1841.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type xsd:normalizedString
properties
content simple
source <xsd:element name="FormatName" type="xsd:normalizedString" minOccurs="1" maxOccurs="1"/>

element DisplayFormatType/FormatType
diagram plmxml_diagrams/plmxml_p1842.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type xsd:normalizedString
properties
content simple
source <xsd:element name="FormatType" type="xsd:normalizedString" minOccurs="1" maxOccurs="1"/>

element DisplayFormatType/FormatField
diagram plmxml_diagrams/plmxml_p1843.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type routelist:FormatFieldType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
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
source <xsd:element name="FormatField" type="routelist:FormatFieldType" minOccurs="0" maxOccurs="unbounded"/>


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