simpleType "SpecifiedDelimiterType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
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.

Known Direct Subtypes (1):
DelimiterType
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.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  SpecifiedDelimiterType
Derivation:
restriction of xs:string
Facets:
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.
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="SpecifiedDelimiterType">
<xs:restriction base="xs:string">
<xs:enumeration value="space"/>
<xs:enumeration value="tab"/>
<xs:enumeration value="comma"/>
<xs:enumeration value="semicolon"/>
<xs:enumeration value="colon"/>
<xs:enumeration value="pipe"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>

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