simpleType NameFieldCaseType
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute NameFieldType/@case
facets
Kind Value Annotation
enumeration upper
enumeration lower
enumeration mixed
annotation
documentation

      Case into which the String should be converted
     
source <xsd:simpleType name="NameFieldCaseType">
 
<xsd:annotation>
   
<xsd:documentation>
      Case into which the String should be converted
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="upper"/>
   
<xsd:enumeration value="lower"/>
   
<xsd:enumeration value="mixed"/>
 
</xsd:restriction>
</xsd:simpleType>


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