<xsd:complexType name="FlexibleDetailType">
<xsd:sequence>
<xsd:element name="Sequence" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional sequence number to associate related groups of information represented by the parent element. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
<xsd:element name="Text" type="xsd:string" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Container for the unparsed line or other undefined report detail. The type attribute of the parent element will identify the content of this element. i.e. header, detail, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="FlexibleLineType" use="optional" />
<xsd:attribute name="qualifier" type="xsd:string" use="optional" />
<xsd:attribute name="vendor" type="VendorType" use="optional" />
</xsd:complexType>
|