simpleType TextJustificationType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute TextGroup/@justification
facets
Kind Value Annotation
enumeration left
enumeration right
enumeration centre
source <xsd:simpleType name="TextJustificationType">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="left"/>
   
<xsd:enumeration value="right"/>
   
<xsd:enumeration value="centre"/>
 
</xsd:restriction>
</xsd:simpleType>


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