shareInstructionType

In-document instruction for generating output free and payed documents

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
currency xs:string optional
include-all docGenerationInstructionType required
mode shareModesType required
price xs:float optional

Used By

Source

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