diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLClassificationSchema |
used by |
|
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> |