element <Delimiter> (global)
Namespace:
Type:
Content:
simple, 2 attributes
Defined:
Used:
XML Representation Summary
<Delimiter
   
 = 
xs:NMTOKEN
 = 
xs:boolean : "false"
   
>
   
Content: 
{ enumeration of xs:string }
</Delimiter>
Simple Content Detail:
Enumeration:
"space"
 - 
Objexts are separated by a " " (space).
"tab"
 - 
Objects are separated by a "tab" entry.
"comma"
 - 
Objects are separated by a "," (comma).
"semicolon"
 - 
Objects are separated by a ";" (semicolon).
"colon"
 - 
Objects are separated by a ":" (colon).
"pipe"
 - 
Objects are separated by a "|" (pipe).
"other"
 - 
A character or string of characters other than those provided for in the enumeration. Use the attribute "otherValue" to enter the character string.

Included in content model of elements (2):
Known Usage Locations
Annotation
Defines the delimiter used to separate variables in a delimited record. The attribute treatConsecutiveDelimiterAsOne indicates how consecutive delimiters should be handed by the software.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Delimiter" type="r:DelimiterType"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set