http://schemas.datacontract.org/2004/07/EyeshotWcfService.Tasks
TransformationsType Simple Type
http://schemas.datacontract.org/2004/07/EyeshotWcfService.Tasks : TransformationsType Simple Type
Namespace http://schemas.datacontract.org/2004/07/EyeshotWcfService.Tasks
Type
Restriction of xs:string
Diagram
TransformationsType Simple Type
Overview
TransformationsType Restriction of xs:string
Facets
EnumerationNone
EnumerationRotate
EnumerationTranslate
EnumerationScale
Source
<xs:simpleType name="TransformationsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="Rotate">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Translate">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Scale">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
http://schemas.datacontract.org/2004/07/EyeshotWcfService.Tasks