Common attributes to be applied for each return document
XSD Schema Diagram:
XSD Schema Code:
<xsd:attributeGroup name="DocumentAttributes">
<xsd:annotation>
<xsd:documentation>Common attributes to be applied for each return document</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="documentId" type="IdType" use="required">
<xsd:annotation>
<xsd:documentation>Must be unique within the return</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>