<xs:complexType name="shareInstructionType">
<xs:annotation>
<xs:documentation>In-document instruction for generating output free and payed documents</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="part" type="partShareInstructionType"/>
<xs:element name="output-document-class" type="outPutDocumentType"/>
</xs:choice>
<xs:attribute name="mode" type="shareModesType" use="required"/>
<xs:attribute name="include-all" type="docGenerationInstructionType" use="required"/>
<xs:attribute name="price" type="xs:float" use="optional"/>
<xs:attribute name="currency" type="xs:string"/>
</xs:complexType> |