simpleType SkillEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute SkillType/@type
facets
Kind Value Annotation
enumeration person
enumeration crew
source <xsd:simpleType name="SkillEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="person"/>
   
<xsd:enumeration value="crew"/>
 
</xsd:restriction>
</xsd:simpleType>


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