simpleType CalendarEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute CalendarType/@type
facets
Kind Value Annotation
enumeration base
enumeration schedule
enumeration resource
enumeration scheduleMember
source <xsd:simpleType name="CalendarEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="base"/>
   
<xsd:enumeration value="schedule"/>
   
<xsd:enumeration value="resource"/>
   
<xsd:enumeration value="scheduleMember"/>
 
</xsd:restriction>
</xsd:simpleType>


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