namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||
type | restriction of xsd:NMTOKEN | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
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> |