<xsd:complexType name="saveThroughXsltElt">
<xsd:annotation>
<xsd:documentation>Defines the settings for applying a custom transform when saving a document as XML.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="xslt" type="stringType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the custom transform to apply when saving document as XML.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="solutionID" type="stringType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the solution ID for this transform.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|