SVG-Convert-Driver-XAML

 view release on metacpan or  search on metacpan

t/XamlPresentation2006.xsd  view on Meta::CPAN

	<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>

t/XamlPresentation2006.xsd  view on Meta::CPAN

				</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">

t/XamlPresentation2006.xsd  view on Meta::CPAN

	<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"/>

t/XamlPresentation2006.xsd  view on Meta::CPAN

				<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>

t/XamlPresentation2006.xsd  view on Meta::CPAN

	<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"/>



( run in 0.286 second using v1.01-cache-2.11-cpan-0a6323c29d9 )