namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="FrameTypeEnum"> <xsd:annotation> <xsd:documentation> The type of a Frame, either simple (the default) or key. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="simple"/> <xsd:enumeration value="key"/> </xsd:restriction> </xsd:simpleType> |