complexType FormatStringType
diagram plmxml_diagrams/plmxml_p1783.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
used by
element FormatString
attributes
Name  Type  Use  Default  Fixed  Annotation
scale  xsd:positiveInteger  required      
case  derived by: xsd:string  optional  mixed    
align  derived by: xsd:string  optional  left    
source <xsd:complexType name="FormatStringType">
 
<xsd:attribute name="scale" type="xsd:positiveInteger" use="required"/>
 
<xsd:attribute name="case" use="optional" default="mixed">
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="mixed"/>
       
<xsd:enumeration value="upper"/>
       
<xsd:enumeration value="lower"/>
     
</xsd:restriction>
   
</xsd:simpleType>
 
</xsd:attribute>
 
<xsd:attribute name="align" use="optional" default="left">
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="right"/>
       
<xsd:enumeration value="left"/>
     
</xsd:restriction>
   
</xsd:simpleType>
 
</xsd:attribute>
</xsd:complexType>

attribute FormatStringType/@scale
type xsd:positiveInteger
properties
use required
source <xsd:attribute name="scale" type="xsd:positiveInteger" use="required"/>

attribute FormatStringType/@case
type restriction of xsd:string
properties
use optional
default mixed
facets
Kind Value Annotation
enumeration mixed
enumeration upper
enumeration lower
source <xsd:attribute name="case" use="optional" default="mixed">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="mixed"/>
     
<xsd:enumeration value="upper"/>
     
<xsd:enumeration value="lower"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute FormatStringType/@align
type restriction of xsd:string
properties
use optional
default left
facets
Kind Value Annotation
enumeration right
enumeration left
source <xsd:attribute name="align" use="optional" default="left">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="right"/>
     
<xsd:enumeration value="left"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>


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