simpleType ProductSourceEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes ProductType/@source ProductRevisionType/@source
facets
Kind Value Annotation
enumeration make
enumeration buy
source <xsd:simpleType name="ProductSourceEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="make"/>
   
<xsd:enumeration value="buy"/>
 
</xsd:restriction>
</xsd:simpleType>


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