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

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

attribute FormatIntegerType/@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