SVG-Convert-Driver-XAML
view release on metacpan or search on metacpan
t/XamlPresentation2006.xsd view on Meta::CPAN
</xs:element>
<xs:element name="sgBitmapFrame" type="xs:anyType" abstract="true"/>
<xs:element name="BitmapFrame" type="dBitmapFrame" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Represents image data returned by a decoder and accepted by encoders. This is an abstract class.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgBitmapMetadata" type="xs:anyType" abstract="true"/>
<xs:element name="sgBitmapMetadataBlob" type="xs:anyType" abstract="true"/>
<xs:element name="sgBitmapPalette" type="xs:anyType" abstract="true"/>
<xs:element name="sgBitmapPalettes" type="xs:anyType" abstract="true"/>
<xs:element name="sgBitmapSizeOptions" type="xs:anyType" abstract="true"/>
<xs:element name="sgBitmapImage" type="xs:anyType" abstract="true"/>
<xs:element name="BitmapImage" type="dBitmapImage" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Provides a specialized BitmapSource that is optimized for loading images using Extensible Application Markup Language (XAML).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgCachedBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="CachedBitmap" type="dCachedBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Provides caching functionality for a BitmapSource.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgColorConvertedBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="ColorConvertedBitmap" type="dColorConvertedBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Changes the color space of a BitmapSource. This class cannot be inherited.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgCroppedBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="CroppedBitmap" type="dCroppedBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Crops a BitmapSource. This class cannot be inherited.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgDownloadProgressEventArgs" type="xs:anyType" abstract="true"/>
<xs:element name="sgFormatConvertedBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="FormatConvertedBitmap" type="dFormatConvertedBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Provides pixel format conversion functionality for a BitmapSource. This class cannot be inherited.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgGifBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgGifBitmapEncoder" type="xs:anyType" abstract="true"/>
<xs:element name="GifBitmapEncoder" type="dGifBitmapEncoder" substitutionGroup="sgBitmapEncoder">
<xs:annotation>
<xs:documentation>Defines an encoder that is used to encode Graphics Interchange Format (GIF) images.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgIconBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgInPlaceBitmapMetadataWriter" type="xs:anyType" abstract="true"/>
<xs:element name="sgLateBoundBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgJpegBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgJpegBitmapEncoder" type="xs:anyType" abstract="true"/>
<xs:element name="JpegBitmapEncoder" type="dJpegBitmapEncoder" substitutionGroup="sgBitmapEncoder">
<xs:annotation>
<xs:documentation>Defines an encoder that is used to encode Joint Photographics Experts Group (JPEG) format images. This class cannot be inherited.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgPngBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgPngInterlaceOption" type="xs:anyType" abstract="true"/>
<xs:element name="sgPngBitmapEncoder" type="xs:anyType" abstract="true"/>
<xs:element name="PngBitmapEncoder" type="dPngBitmapEncoder" substitutionGroup="sgBitmapEncoder">
<xs:annotation>
<xs:documentation>Defines an encoder that is used to encode Portable Network Graphics (PNG) format images. This class cannot be inherited.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgRenderTargetBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="RenderTargetBitmap" type="dRenderTargetBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Used to convert a Visual object into a bitmap. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgTiffBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgTiffCompressOption" type="xs:anyType" abstract="true"/>
<xs:element name="sgTiffBitmapEncoder" type="xs:anyType" abstract="true"/>
<xs:element name="TiffBitmapEncoder" type="dTiffBitmapEncoder" substitutionGroup="sgBitmapEncoder">
<xs:annotation>
<xs:documentation>Defines an encoder that is used to encode Tagged Image File Format (TIFF) format images.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgWmpBitmapDecoder" type="xs:anyType" abstract="true"/>
<xs:element name="sgWmpBitmapEncoder" type="xs:anyType" abstract="true"/>
<xs:element name="WmpBitmapEncoder" type="dWmpBitmapEncoder" substitutionGroup="sgBitmapEncoder">
<xs:annotation>
<xs:documentation>Defines an encoder that is used to encode Microsoft Windows Media Photo images.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgTransformedBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="TransformedBitmap" type="dTransformedBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Scales and rotates a BitmapSource. This class cannot be inherited.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgWriteableBitmap" type="xs:anyType" abstract="true"/>
<xs:element name="WriteableBitmap" type="dWriteableBitmap" substitutionGroup="sgBitmapSource">
<xs:annotation>
<xs:documentation>Provides a BitmapSource that can be written to and updated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgStylusShape" type="xs:anyType" abstract="true"/>
<xs:element name="sgEllipseStylusShape" type="xs:anyType" abstract="true"/>
<xs:element name="sgRectangleStylusShape" type="xs:anyType" abstract="true"/>
<xs:element name="sgApplicationGesture" type="xs:anyType" abstract="true"/>
<xs:element name="sgStrokeCollectionChangedEventHandler" type="xs:anyType" abstract="true"/>
<xs:element name="sgStrokeCollectionChangedEventArgs" type="xs:anyType" abstract="true"/>
<xs:element name="sgPropertyDataChangedEventHandler" type="xs:anyType" abstract="true"/>
<xs:element name="sgPropertyDataChangedEventArgs" type="xs:anyType" abstract="true"/>
<xs:element name="sgDrawingAttributesReplacedEventHandler" type="xs:anyType" abstract="true"/>
<xs:element name="sgDrawingAttributesReplacedEventArgs" type="xs:anyType" abstract="true"/>
<xs:element name="sgStylusPointsReplacedEventHandler" type="xs:anyType" abstract="true"/>
<xs:element name="sgStylusPointsReplacedEventArgs" type="xs:anyType" abstract="true"/>
<xs:element name="sgStylusTip" type="xs:anyType" abstract="true"/>
<xs:element name="sgDrawingAttributes" type="xs:anyType" abstract="true"/>
<xs:element name="DrawingAttributes" type="dDrawingAttributes" substitutionGroup="sgObject">
<xs:annotation>
<xs:documentation>Specifies the appearance of a Stroke</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sgGestureRecognitionResult" type="xs:anyType" abstract="true"/>
<xs:element name="sgGestureRecognizer" type="xs:anyType" abstract="true"/>
<xs:element name="GestureRecognizer" type="dGestureRecognizer" substitutionGroup="sgDependencyObject">
<xs:annotation>
t/XamlPresentation2006.xsd view on Meta::CPAN
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="BitmapEncoderAttributes"/>
</xs:complexType>
<xs:complexType name="dJpegBitmapEncoder" >
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="JpegBitmapEncoder.QualityLevel" type="dInt32Container" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates the quality level of the resulting Joint Photographics Experts Group (JPEG) image.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.FlipHorizontal" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether a Joint Photographics Experts Group (JPEG) image should be flipped horizontally during encoding.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.FlipVertical" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether a Joint Photographics Experts Group (JPEG) image should be flipped vertically during encoding.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.ColorContexts" type="dReadOnlyCollectionOfColorContextContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the color profile that is associated with this encoder.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.Thumbnail" type="dBitmapSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a BitmapSource that represents the global embedded thumbnail.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.Metadata" type="dBitmapMetadataContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the metadata that will be associated with this bitmap during encoding.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.Preview" type="dBitmapSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a BitmapSource that represents the global preview of a bitmap, if there is one. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.Palette" type="dBitmapPaletteContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the BitmapPalette of an encoded bitmap. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JpegBitmapEncoder.Frames" type="dIListOfBitmapFrameContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the individual frames within an image.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="JpegBitmapEncoderAttributes"/>
</xs:complexType>
<xs:complexType name="dPngBitmapEncoder" >
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="PngBitmapEncoder.ColorContexts" type="dReadOnlyCollectionOfColorContextContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the color profile that is associated with this encoder.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PngBitmapEncoder.Thumbnail" type="dBitmapSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a BitmapSource that represents the global embedded thumbnail.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PngBitmapEncoder.Metadata" type="dBitmapMetadataContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the metadata that will be associated with this bitmap during encoding.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PngBitmapEncoder.Preview" type="dBitmapSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a BitmapSource that represents the global preview of a bitmap, if there is one. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PngBitmapEncoder.Palette" type="dBitmapPaletteContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the BitmapPalette of an encoded bitmap. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PngBitmapEncoder.Frames" type="dIListOfBitmapFrameContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the individual frames within an image.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="PngBitmapEncoderAttributes"/>
</xs:complexType>
<xs:complexType name="dRenderTargetBitmap" mixed="true" >
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="BitmapSourceAttributes"/>
</xs:complexType>
<xs:complexType name="dTiffBitmapEncoder" >
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TiffBitmapEncoder.ColorContexts" type="dReadOnlyCollectionOfColorContextContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the color profile that is associated with this encoder.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TiffBitmapEncoder.Thumbnail" type="dBitmapSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a BitmapSource that represents the global embedded thumbnail.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TiffBitmapEncoder.Metadata" type="dBitmapMetadataContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the metadata that will be associated with this bitmap during encoding.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TiffBitmapEncoder.Preview" type="dBitmapSourceContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a BitmapSource that represents the global preview of a bitmap, if there is one. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TiffBitmapEncoder.Palette" type="dBitmapPaletteContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the BitmapPalette of an encoded bitmap. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TiffBitmapEncoder.Frames" type="dIListOfBitmapFrameContent" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the individual frames within an image.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute ref="x:Class" />
<xs:attribute ref="x:Subclass" />
<xs:attribute ref="x:Key"/>
<xs:attribute ref="x:Name"/>
<xs:attributeGroup ref="TiffBitmapEncoderAttributes"/>
</xs:complexType>
<xs:complexType name="dWmpBitmapEncoder" >
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="WmpBitmapEncoder.ImageQualityLevel" type="dSingleContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets the image quality level.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WmpBitmapEncoder.Lossless" type="dBooleanContainer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether to encode using lossless compression.</xs:documentation>
</xs:annotation>
</xs:element>
t/XamlPresentation2006.xsd view on Meta::CPAN
<xs:element ref="sgInputGesture"/>
<xs:element ref="KeyGesture"/>
<xs:element ref="MouseGesture"/>
</xs:choice>
</xs:group>
<xs:group name="gRoutedCommand">
<xs:choice>
<xs:element ref="sgRoutedCommand"/>
<xs:element ref="RoutedUICommand"/>
</xs:choice>
</xs:group>
<xs:group name="gTextComposition">
<xs:choice>
<xs:element name="sgTextComposition" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gKeyboardEventArgs">
<xs:choice>
<xs:element name="sgKeyboardEventArgs" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gInputLanguageEventArgs">
<xs:choice>
</xs:choice>
</xs:group>
<xs:group name="gMouseEventArgs">
<xs:choice>
<xs:element name="sgMouseEventArgs" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gNotifyInputEventArgs">
<xs:choice>
<xs:element name="sgNotifyInputEventArgs" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gProcessInputEventArgs">
<xs:choice>
<xs:element name="sgProcessInputEventArgs" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gStylusEventArgs">
<xs:choice>
<xs:element name="sgStylusEventArgs" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gStylusPointProperty">
<xs:choice>
<xs:element name="sgStylusPointProperty" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gBitmapDecoder">
<xs:choice>
</xs:choice>
</xs:group>
<xs:group name="gBitmapEncoder">
<xs:choice>
<xs:element ref="sgBitmapEncoder"/>
<xs:element ref="BmpBitmapEncoder"/>
<xs:element ref="GifBitmapEncoder"/>
<xs:element ref="JpegBitmapEncoder"/>
<xs:element ref="PngBitmapEncoder"/>
<xs:element ref="TiffBitmapEncoder"/>
<xs:element ref="WmpBitmapEncoder"/>
</xs:choice>
</xs:group>
<xs:group name="gBitmapSource">
<xs:choice>
<xs:element ref="sgBitmapSource"/>
<xs:element ref="BitmapFrame"/>
<xs:element ref="BitmapImage"/>
<xs:element ref="CachedBitmap"/>
<xs:element ref="ColorConvertedBitmap"/>
<xs:element ref="CroppedBitmap"/>
<xs:element ref="FormatConvertedBitmap"/>
<xs:element ref="RenderTargetBitmap"/>
<xs:element ref="TransformedBitmap"/>
<xs:element ref="WriteableBitmap"/>
</xs:choice>
</xs:group>
<xs:group name="gBitmapMetadata">
<xs:choice>
<xs:element name="sgBitmapMetadata" type="xs:anyType" />
</xs:choice>
</xs:group>
<xs:group name="gStylusShape">
<xs:choice>
</xs:choice>
</xs:group>
<xs:group name="gIncrementalHitTester">
<xs:choice>
</xs:choice>
</xs:group>
<xs:group name="gContentPosition">
<xs:choice>
</xs:choice>
</xs:group>
<xs:group name="gIDocumentPaginatorSource">
<xs:choice>
<xs:element ref="sgIDocumentPaginatorSource"/>
<xs:element ref="FixedDocumentSequence"/>
<xs:element ref="FixedDocument"/>
<xs:element ref="FlowDocument"/>
</xs:choice>
</xs:group>
<xs:group name="gControllableStoryboardAction">
<xs:choice>
<xs:element ref="sgControllableStoryboardAction"/>
<xs:element ref="PauseStoryboard"/>
<xs:element ref="RemoveStoryboard"/>
<xs:element ref="ResumeStoryboard"/>
<xs:element ref="SeekStoryboard"/>
<xs:element ref="SetStoryboardSpeedRatio"/>
<xs:element ref="SkipStoryboardToFill"/>
<xs:element ref="StopStoryboard"/>
</xs:choice>
</xs:group>
<xs:group name="gThicknessKeyFrame">
<xs:choice>
<xs:element ref="sgThicknessKeyFrame"/>
<xs:element ref="DiscreteThicknessKeyFrame"/>
<xs:element ref="LinearThicknessKeyFrame"/>
t/XamlPresentation2006.xsd view on Meta::CPAN
</xs:attributeGroup>
<xs:attributeGroup name="CroppedBitmapAttributes">
<xs:attribute name="Source" type="frlrfSystemWindowsMediaImageSourceClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the source for the bitmap. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SourceRect" type="frlrfSystemWindowsInt32RectClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the rectangular area that the bitmap is cropped to.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="BitmapSourceAttributes"/>
</xs:attributeGroup>
<xs:attributeGroup name="FormatConvertedBitmapAttributes">
<xs:attribute name="Source" type="frlrfSystemWindowsMediaImageSourceClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the source for the bitmap. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DestinationFormat" type="frlrfSystemWindowsMediaPixelFormatClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the pixel format to convert the bitmap to.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DestinationPalette" type="referenceType">
<xs:annotation>
<xs:documentation>Gets or sets the palette to apply to the bitmap if the format is indexed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AlphaThreshold" type="frlrfSystemDoubleClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the alpha channel threshold of a bitmap when converting to palletized formats that recognizes an alpha color.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="BitmapSourceAttributes"/>
</xs:attributeGroup>
<xs:attributeGroup name="JpegBitmapEncoderAttributes">
<xs:attribute name="QualityLevel" type="frlrfSystemInt32ClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates the quality level of the resulting Joint Photographics Experts Group (JPEG) image.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Rotation" type="frlrfSystemWindowsMediaImagingRotationClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that represents the degree to which a Joint Photographics Experts Group (JPEG) image is rotated.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FlipHorizontal" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether a Joint Photographics Experts Group (JPEG) image should be flipped horizontally during encoding.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FlipVertical" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether a Joint Photographics Experts Group (JPEG) image should be flipped vertically during encoding.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="BitmapEncoderAttributes"/>
</xs:attributeGroup>
<xs:attributeGroup name="PngBitmapEncoderAttributes">
<xs:attribute name="Interlace" type="frlrfSystemWindowsMediaImagingPngInterlaceOptionClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether the Portable Network Graphics (PNG) bitmap should interlace.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="BitmapEncoderAttributes"/>
</xs:attributeGroup>
<xs:attributeGroup name="TiffBitmapEncoderAttributes">
<xs:attribute name="Compression" type="frlrfSystemWindowsMediaImagingTiffCompressOptionClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates the type of compression that is used by this Tagged Image File Format (TIFF) image.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="BitmapEncoderAttributes"/>
</xs:attributeGroup>
<xs:attributeGroup name="WmpBitmapEncoderAttributes">
<xs:attribute name="ImageQualityLevel" type="frlrfSystemSingleClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the image quality level.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Lossless" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether to encode using lossless compression.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Rotation" type="frlrfSystemWindowsMediaImagingRotationClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the Rotation of the image.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FlipHorizontal" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value indicating whether to flip the image horizontally.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FlipVertical" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates whether to flip the image vertically.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UseCodecOptions" type="frlrfSystemBooleanClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets a value that indicates codec options are to be used.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="QualityLevel" type="frlrfSystemByteClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the compression quality for the main image.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SubsamplingLevel" type="frlrfSystemByteClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the sub sampling level for RGB image encoding.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OverlapLevel" type="frlrfSystemByteClassTopic">
<xs:annotation>
<xs:documentation>Gets or sets the overlap processing level.</xs:documentation>
</xs:annotation>
</xs:attribute>
t/XamlPresentation2006.xsd view on Meta::CPAN
<xs:enumeration value="DateMonth"/>
<xs:enumeration value="DateDay"/>
<xs:enumeration value="DateYear"/>
<xs:enumeration value="DateMonthName"/>
<xs:enumeration value="DateDayName"/>
<xs:enumeration value="Digits"/>
<xs:enumeration value="Number"/>
<xs:enumeration value="OneChar"/>
<xs:enumeration value="Password"/>
<xs:enumeration value="TelephoneNumber"/>
<xs:enumeration value="TelephoneCountryCode"/>
<xs:enumeration value="TelephoneAreaCode"/>
<xs:enumeration value="TelephoneLocalNumber"/>
<xs:enumeration value="Time"/>
<xs:enumeration value="TimeHour"/>
<xs:enumeration value="TimeMinorSec"/>
<xs:enumeration value="NumberFullWidth"/>
<xs:enumeration value="AlphanumericHalfWidth"/>
<xs:enumeration value="AlphanumericFullWidth"/>
<xs:enumeration value="CurrencyChinese"/>
<xs:enumeration value="Bopomofo"/>
<xs:enumeration value="Hiragana"/>
<xs:enumeration value="KatakanaHalfWidth"/>
<xs:enumeration value="KatakanaFullWidth"/>
<xs:enumeration value="Hanja"/>
<xs:enumeration value="PhraseList"/>
<xs:enumeration value="RegularExpression"/>
<xs:enumeration value="Srgs"/>
<xs:enumeration value="Xml"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsMediaImagingRotationClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Rotate0"/>
<xs:enumeration value="Rotate90"/>
<xs:enumeration value="Rotate180"/>
<xs:enumeration value="Rotate270"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsMediaImagingBitmapCacheOptionClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="OnDemand"/>
<xs:enumeration value="OnLoad"/>
<xs:enumeration value="None"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsMediaImagingBitmapCreateOptionsClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="None"/>
<xs:enumeration value="PreservePixelFormat"/>
<xs:enumeration value="DelayCreation"/>
<xs:enumeration value="IgnoreColorProfile"/>
<xs:enumeration value="IgnoreImageCache"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsMediaImagingPngInterlaceOptionClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="On"/>
<xs:enumeration value="Off"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsMediaImagingTiffCompressOptionClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="None"/>
<xs:enumeration value="Ccitt3"/>
<xs:enumeration value="Ccitt4"/>
<xs:enumeration value="Lzw"/>
<xs:enumeration value="Rle"/>
<xs:enumeration value="Zip"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsInkStylusTipClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Rectangle"/>
<xs:enumeration value="Ellipse"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsMarkupXmlLanguageClassTopic">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsInputCommandConverterClassTopic">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsInputKeyboardNavigationModeClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Continue"/>
<xs:enumeration value="Once"/>
<xs:enumeration value="Cycle"/>
<xs:enumeration value="None"/>
<xs:enumeration value="Contained"/>
<xs:enumeration value="Local"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsControlsPrimitivesAutoToolTipPlacementClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="None"/>
<xs:enumeration value="TopLeft"/>
<xs:enumeration value="BottomRight"/>
<xs:enumeration value="{x:Null}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frlrfSystemWindowsControlsPrimitivesPlacementModeClassTopic">
<xs:restriction base="xs:string">
<xs:enumeration value="Absolute"/>
<xs:enumeration value="Relative"/>
<xs:enumeration value="Bottom"/>
<xs:enumeration value="Center"/>
<xs:enumeration value="Right"/>
<xs:enumeration value="AbsolutePoint"/>
<xs:enumeration value="RelativePoint"/>
( run in 2.397 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )