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