outPutDocumentType

Selector for output documents. Defines, which rule to apply to any specific output documents

Complex Type Information

Model

Children: part

Attributes

QName Type Fixed Default Use Inheritable Annotation
create docGenerationInstructionType optional
name xs:string required
price xs:float optional

Used By

Source

<xs:complexType name="outPutDocumentType">
  <xs:annotation>
    <xs:documentation>Selector for output documents. Defines, which rule to apply to any specific output documents</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="part" type="partShareInstructionType"/>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string" use="required"/>
  <xs:attribute name="create" type="docGenerationInstructionType" use="optional"/>
  <xs:attribute name="price" type="xs:float" use="optional"/>
</xs:complexType>