namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |