QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
elementDelimiter | xs:string | optional | ||||
recNum | xs:integer | optional |
Element | cdfVarData |
<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> |