simpleType StorageMediaType
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute StorageMediaDefType/@mediaType
facets
Kind Value Annotation
enumeration disk
enumeration tape
enumeration contentStorage
annotation
documentation

      disk:
      tape:
      contentStorage:   The storage media is third party content storage.
     
source <xsd:simpleType name="StorageMediaType">
 
<xsd:annotation>
   
<xsd:documentation>
      disk:
      tape:
      contentStorage:   The storage media is third party content storage.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="disk"/>
   
<xsd:enumeration value="tape"/>
   
<xsd:enumeration value="contentStorage"/>
 
</xsd:restriction>
</xsd:simpleType>


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