DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
element <DefaultDecimalSeparator>
Namespace:
Type:
Content:
simple
Defined:
Used:
XML Representation Summary
<DefaultDecimalSeparator
   
Content: 
{ xs:string }
</DefaultDecimalSeparator>
Simple Content Detail:
MaxLength:
1

Included in content model of elements (1):
Known Usage Locations
Annotation
The character used to separate the integer and the fraction part of a number (if an explicit separator is used in the data). Allowed values are: None (default), Dot, Comma, Other. On the basis of the data definition in DDI documents, data processing tools could compute the necessary precision width on the basis of the format width and the existence of separators. Appropriate data types could be used, i.e. float or double, short or long. The decimal separator definition only makes sense with some XML Schema primitives. This is a default which may be overridden in specific cases.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DefaultDecimalSeparator" type="r:OneCharStringType"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set