diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
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> |
type | xsd:positiveInteger | ||
properties |
|
||
source | <xsd:attribute name="scale" type="xsd:positiveInteger" use="required"/> |
type | restriction of xsd:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
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> |
type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
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> |