<xs:element name="record">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="element" />
</xs:choice>
<xs:attribute name="recNum" type="xs:integer" />
<xs:attribute name="elementDelimiter" type="xs:string" />
</xs:complexType>
</xs:element>
|