complexType FormatFloatType
diagram plmxml_diagrams/plmxml_p1780.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
used by
element FormatFloat
attributes
Name  Type  Use  Default  Fixed  Annotation
scale  xsd:positiveInteger  required      
precision  xsd:nonNegativeInteger  required      
sign  xsd:nonNegativeInteger  optional  0    
source <xsd:complexType name="FormatFloatType">
 
<xsd:attribute name="scale" type="xsd:positiveInteger" use="required"/>
 
<xsd:attribute name="precision" type="xsd:nonNegativeInteger" use="required"/>
 
<xsd:attribute name="sign" type="xsd:nonNegativeInteger" use="optional" default="0"/>
</xsd:complexType>

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

attribute FormatFloatType/@precision
type xsd:nonNegativeInteger
properties
use required
source <xsd:attribute name="precision" type="xsd:nonNegativeInteger" use="required"/>

attribute FormatFloatType/@sign
type xsd:nonNegativeInteger
properties
use optional
default 0
source <xsd:attribute name="sign" type="xsd:nonNegativeInteger" use="optional" default="0"/>


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