simpleType APILanguageType
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute MethodType/@language
facets
Kind Value Annotation
enumeration unknown
enumeration C
enumeration CPlusPlus
enumeration java
enumeration script
enumeration dotNET
annotation
documentation

      Programming Laguage type used for implementing the Method
     
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>


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