http://schemas.datacontract.org/2004/07/EyeshotWcfService
FileType Simple Type
http://schemas.datacontract.org/2004/07/EyeshotWcfService : FileType Simple Type
Description
The file format type.
Namespace http://schemas.datacontract.org/2004/07/EyeshotWcfService
Type
Restriction of xs:string
Diagram
FileType Simple Type
Overview
FileType Restriction of xs:string
The file format type.
Facets
EnumerationNone
EnumerationXml
EnumerationTxt
EnumerationImage
EnumerationHtml
EnumerationDwg
EnumerationDxf
EnumerationIges
EnumerationObj
EnumerationMtl
EnumerationStep
EnumerationStl
Source
<xs:simpleType name="FileType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="Xml" />
    <xs:enumeration value="Txt" />
    <xs:enumeration value="Image" />
    <xs:enumeration value="Html" />
    <xs:enumeration value="Dwg" />
    <xs:enumeration value="Dxf" />
    <xs:enumeration value="Iges" />
    <xs:enumeration value="Obj" />
    <xs:enumeration value="Mtl" />
    <xs:enumeration value="Step" />
    <xs:enumeration value="Stl" />
  </xs:restriction>
</xs:simpleType>
See Also
http://schemas.datacontract.org/2004/07/EyeshotWcfService