record

Element Information

Model

Children: element

Attributes

QName Type Fixed Default Use Inheritable Annotation
elementDelimiter xs:string optional
recNum xs:integer optional

Used By

Element cdfVarData

Source

<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>

Sample