<xsd:complexType name="CreditApplicationHeaderType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">For each CreditApplication represented in the DataArea of the
Credit Application Business Object Document, there must be one occurrence of the Header component.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CreditHeaderBaseType">
<xsd:sequence>
<xsd:element ref="Privacy" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org"> The Privacy component represents any privacy rights
the party has subscribed to or opted out of.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|