complexType "DelimiterType"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKEN
 = 
xs:boolean : "false"
   
>
   
Content: 
{ enumeration of xs:string }
</...>
Simple Content Restrictions:
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.

All Direct / Indirect Based Elements (2):
DefaultDelimiter, Delimiter
Known Usage Locations
Annotation
Defines the delimiter used to separate variables in a delimited record. Valid values include, space, tab, comma, semicolon, colon, pipe, and other. If "other" is used the characters used for separating (delimiting) objects should be entered in the attribute otherValue. Spaces and binary characters are not allowed. The attribute treatConsecutiveDelimiterAsOne indicates how consecutive delimiters should be handed by the software. The default value of "false" indicates that each delimiter should be treated as a valid delimiter.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  SpecifiedDelimiterType (extension)
      DelimiterType
Derivation:
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DelimiterType">
<xs:simpleContent>
<xs:extension base="SpecifiedDelimiterType">
<xs:attribute name="otherValue" type="xs:NMTOKEN" use="optional"/>
<xs:attribute default="false" name="treatConsecutiveDelimiterAsOne" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
otherValue
Type:
xs:NMTOKEN, predefined
Use:
optional
When the value of Delimiter is "other" provide the character used for delimiting values here. Spaces and binary values are not allowed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="otherValue" type="xs:NMTOKEN" use="optional"/>

treatConsecutiveDelimiterAsOne
Type:
xs:boolean, predefined
Use:
optional
Defines the default value for the delimiter used to separate variables in a delimited record. The attribute treatConsecutiveDelimiterAsOne indicates how consecutive delimiters should be handed by the software.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="treatConsecutiveDelimiterAsOne" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set