simpleType FrameTypeEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute FrameType/@type
facets
Kind Value Annotation
enumeration simple
enumeration key
annotation
documentation

            The type of a Frame, either simple (the default) or key.
         
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>


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