<xsd:complexType name="HeaderBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="DocumentDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation>
Is the date and time the document was last created. This is
not the date and time that the BOD message instance was
created.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SecondaryPassword" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Secondary password used to validate access to the dealer
information
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SecondaryDealerNumberID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
Identifies secondary dealer number if different than
primary "Dealer Number"
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="DocumentIdentificationGroup" />
</xsd:sequence>
</xsd:complexType>
|