simpleType CalendarEventEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute CalendarEventType/@type
facets
Kind Value Annotation
enumeration daily
enumeration weekly
enumeration monthly
enumeration yearly
source <xsd:simpleType name="CalendarEventEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="daily"/>
   
<xsd:enumeration value="weekly"/>
   
<xsd:enumeration value="monthly"/>
   
<xsd:enumeration value="yearly"/>
 
</xsd:restriction>
</xsd:simpleType>


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