| namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | |||||||||||||||||||||
| type | restriction of xsd:NMTOKEN | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <xsd:simpleType name="APILanguageType"> <xsd:annotation> <xsd:documentation> Programming Laguage type used for implementing the Method </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="unknown"/> <xsd:enumeration value="C"/> <xsd:enumeration value="CPlusPlus"/> <xsd:enumeration value="java"/> <xsd:enumeration value="script"/> <xsd:enumeration value="dotNET"/> </xsd:restriction> </xsd:simpleType> |