<xsd:complexType name="DocumentReferenceABIEType">
<xsd:annotation>
<xsd:documentation>The DocumentReferenceABIEType component represents information referenced documents, e.g., Orders, Leads, Invoices, etc.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="DocumentIdentificationGroup" />
<xsd:element maxOccurs="1" minOccurs="0" name="DocumentDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The date and
time that the event being documented, for example the Parts Order, occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|