XII Transformation Registry 2

Specification of Transformation Rules Registry for Inline XBRL

Public Working Draft 07 March 2011

Copyright ©2011 XBRL International Inc., All Rights Reserved.

This version:
<http://www.xbrl.org/Specification/inlineXBRL-transformationRegistry/PWD-2011-03-07/inlineXBRL-transformationRegistry-PWD-2011-03-07.html>
Editors:
Philip Allen, CoreFiling Limited <plega@corefiling.com>
Masatomo Goto, Fujitsu Limited <mg@jp.fujitsu.com>
Contributor:

Status

Circulation of this Public Working Draft is unrestricted. This document is normative. Other documents may supersede this document. Recipients are invited to submit comments to rendering-feedback@xbrl.org, and to submit notification of any relevant patent rights of which they are aware and provide supporting documentation.

Table of Contents

1 Introduction (non-normative)
2 XML namespace
3 Summary list of transformations
4 Inline XBRL Transform Function Registry (normative)
4.1 Transform function input type definitions: inlinexbrl-1_0-transformation.xsd
4.2 Transform function registry: transform-registry.xml
4.3 Transform function: ixt-booleanfalse.xml
4.4 Transform function: ixt-booleantrue.xml
4.5 Transform function: ixt-datedaymonth.xml
4.6 Transform function: ixt-datedaymonthen.xml
4.7 Transform function: ixt-datedaymonthyear.xml
4.8 Transform function: ixt-datedaymonthyearen.xml
4.9 Transform function: ixt-dateerayearmonthdayjp.xml
4.10 Transform function: ixt-dateerayearmonthjp.xml
4.11 Transform function: ixt-datemonthday.xml
4.12 Transform function: ixt-datemonthdayen.xml
4.13 Transform function: ixt-datemonthdayyear.xml
4.14 Transform function: ixt-datemonthdayyearen.xml
4.15 Transform function: ixt-datemonthyearen.xml
4.16 Transform function: ixt-dateyearmonthdaycjk.xml
4.17 Transform function: ixt-dateyearmonthen.xml
4.18 Transform function: ixt-dateyearmonthcjk.xml
4.19 Transform function: ixt-nocontent.xml
4.20 Transform function: ixt-numcomma.xml
4.21 Transform function: ixt-numcommadot.xml
4.22 Transform function: ixt-numcommaunit.xml
4.23 Transform function: ixt-numcommaunitjp.xml
4.24 Transform function: ixt-numdash.xml
4.25 Transform function: ixt-numdotcomma.xml
4.26 Transform function: ixt-numdotunit.xml
4.27 Transform function: ixt-numspacecomma.xml
4.28 Transform function: ixt-numspacedot.xml

Appendices

A Intellectual property status (non-normative)
B Acknowledgements (non-normative)
C Document history (non-normative)
D Errata corrections in this document


1 Introduction (non-normative)

This Transformation Rules Registry is published by XBRL International Inc. in support of the specifications for Inline XBRL. The Transformation Rules defined here are used to allow text strings in Inline XBRL Documents to be converted into the data types used within XBRL instance documents.

New versions of this Transformation Rules Registry will be published, from time to time, by XBRL International Inc. Each version is identified by its XML namespace, as described below.

2 XML namespace

The namespace for this version of this registry is http://www.xbrl.org/inlineXBRL/transformation/2011-03-07.

Previous versions of this registry had the following namespaces:

Namespace name Date published
http://www.xbrl.org/inlineXBRL/transformation/2010-04-20 20 April 2010

3 Summary list of transformations

The following non-normative list summarises the Transformation Rules defined in this Transformation Registry:

Format Code Comment Input type Output type Input format Output format
ixt:booleanfalse Any string xs:string ixt:booleanfalseType * false
ixt:booleantrue Any string xs:string ixt:booleantrueType * true
ixt:datedaymonth Numeric date day and month ixt:datedaymonthType xs:gMonthDay (D)D*(M)M --MM-DD
ixt:datedaymonthen English date recurring day and month ixt:datedaymonthenType xs:gMonthDay (D)D*Mon(th) --MM-DD
ixt:datedaymonthyear Numeric date day month and year ixt:datedaymonthyearType xs:date (D)D*(M)M*(Y)Y(YY) YYYY-MM-DD
ixt:datedaymonthyearen English date day month and year ixt:datedaymonthyearenType xs:date (D)D*Mon(th)*(Y)Y(YY) YYYY-MM-DD
ixt:dateerayearmonthdayjp Japanese traditional date year month and day ixt:dateerayearmonthdayjpType xs:date era year month day YYYY-MM-DD
ixt:dateerayearmonthjp Japanese traditional date year and month ixt:dateerayearmonthjpType xs:gYearMonth era year month YYYY-MM
ixt:datemonthday Numeric date month and day ixt:datemonthdayType xs:gMonthDay (M)M*(D)D --MM-DD
ixt:datemonthdayen English date recurring month and day ixt:datemonthdayenType xs:gMonthDay Mon(th)*(D)D --MM-DD
ixt:datemonthdayyear Numeric date month day and year ixt:datemonthdayyearType xs:date (M)M*(D)D*(Y)Y(YY) YYYY-MM-DD
ixt:datemonthdayyearen English date month day and year ixt:datemonthdayyearenType xs:date Mon(th)*(D)D*(Y)Y(YY) YYYY-MM-DD
ixt:datemonthyearen English date month and year ixt:datemonthyearenType xs:gYearMonth Mon(th)*(Y)Y(YY) YYYY-MM
ixt:dateyearmonthdaycjk Japanese/Chinese/Korean date year month and day ixt:dateyearmonthdaycjkType xs:date year month day YYYY-MM-DD
ixt:dateyearmonthen English date year and month ixt:dateyearmonthenType xs:gYearMonth (Y)Y(YY)*Mon(th) YYYY-MM
ixt:dateyearmonthcjk Japanese/Chinese/Korean date year and month ixt:dateyearmonthcjkType xs:gYearMonth year month YYYY-MM
ixt:nocontent Any string xs:string ixt:nocontentType *
ixt:numcomma Comma decimal separator ixt:numcommaType ixt:nonNegativeDecimalType nnnnnnnnn,nn nnnnnnnnn.nn
ixt:numcommadot Comma-separated numbers ixt:numcommadotType ixt:nonNegativeDecimalType nnn,nnn,nnn.nn nnnnnnnnn.nn
ixt:numcommaunit Comma-separated numbers with unit strings ixt:numcommaunitType ixt:nonNegativeDecimalType nnn,nnn Unit nn Unit nnnnnnnnn.nn
ixt:numcommaunitjp Double-byte comma-separated numbers with unit strings ixt:numcommaunitjpType ixt:nonNegativeDecimalType nnn,nnn Unit nn Unit nnnnnnnnn.nn
ixt:numdash Zero dash ixt:numdashType ixt:nonNegativeDecimalType - 0
ixt:numdotcomma Dot-separated numbers ixt:numdotcommaType ixt:nonNegativeDecimalType nnn.nnn.nnn,nn nnnnnnnnn.nn
ixt:numdotunit Dot-separated numbers with unit strings ixt:numdotunitType ixt:nonNegativeDecimalType nnn.nnn Unit nn Unit nnnnnnnnn.nn
ixt:numspacecomma Space-separated numbers, comma fraction ixt:numspacecommaType ixt:nonNegativeDecimalType nnn nnn nnn,nn nnnnnnnnn.nn
ixt:numspacedot Space-separated numbers ixt:numspacedotType ixt:nonNegativeDecimalType nnn nnn nnn.nn nnnnnnnnn.nn

4 Inline XBRL Transform Function Registry (normative)

4.1 Transform function input type definitions: inlinexbrl-1_0-transformation.xsd

<xs:schema
xmlns:xs
="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07">
<!-- iXBRL Function Registry I/O Type Definitions The following are used to define the valid content models for the input and output types for the various iXBRL transformation functions. -->
<!-- Dates written out in English. -->
<xs:simpleType name="datedaymonthenType">
<xs:annotation>
<xs:documentation>
English date in the format "(D)D*Mon(th)". Accepts single digits for D. Accepts months in full or abbreviated form, with non-numeric separator and ordinal. Does not check for valid month (e.g. accepts "30th February" and "31st June").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(([0-2]{0,1})[1-9]|10|20|30|31)[^0-9]+(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|January|February|March|April|May|June|July|August|September|October|November|December|JANUARY|FEBRUARY|MARCH|APRIL|MAY|JUNE|JULY|AUGUST|SEPTEMBER|OCTOBER|NOVEMBER|DECEMBER)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datedaymonthyearenType">
<xs:annotation>
<xs:documentation>
English date in the format "(D)D*Mon(th)*(Y)Y(YY)". Accepts single digits for D. Accepts months in full or abbreviated form, with non-numeric separators and ordinals. Accepts year with 1, 2 or 4 digits. Does not check for valid month (e.g. accepts "30th February 2008" and "31st June 2008").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(([0-2]{0,1})[1-9]|10|20|30|31)[^0-9]+(January|February|March|April|May|June|July|August|September|October|November|December|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC|JANUARY|FEBRUARY|MARCH|APRIL|MAY|JUNE|JULY|AUGUST|SEPTEMBER|OCTOBER|NOVEMBER|DECEMBER)[^0-9]+(\d{1,2}|[1-9]\d{3,3})"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datemonthdayenType">
<xs:annotation>
<xs:documentation>
English date in the format "Mon(th)*(D)D". Accepts single digits for D. Accepts months in full or abbreviated form, with non-numeric separator. Does not check for valid month (e.g. accepts "February 30th" and "June 31st").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|January|February|March|April|May|June|July|August|September|October|November|December|JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC|JANUARY|FEBRUARY|MARCH|APRIL|MAY|JUNE|JULY|AUGUST|SEPTEMBER|OCTOBER|NOVEMBER|DECEMBER)[^0-9]+(([0-2]{0,1})[1-9]|10|20|30|31)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datemonthdayyearenType">
<xs:annotation>
<xs:documentation>
English date in the format "Mon(th)*(D)D*(Y)Y(YY)". Accepts single digits for D. Accepts months in full or abbreviated form, with non-numeric separators and ordinals. Accepts year with 1, 2 or 4 digits. Does not check for valid month (e.g. accepts "February 30th 2008" and "June 31st, 2008").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(January|February|March|April|May|June|July|August|September|October|November|December|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC|JANUARY|FEBRUARY|MARCH|APRIL|MAY|JUNE|JULY|AUGUST|SEPTEMBER|OCTOBER|NOVEMBER|DECEMBER)[^0-9]+((([0-2]{0,1})[1-9]|10|20|30|31)|)[^0-9]+(\d{1,2}|[1-9]\d{3,3})"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datemonthyearenType">
<xs:annotation>
<xs:documentation>
English date in the format "Mon(th)*(Y)Y(YY)". Accepts 1, 2 or 4 digits for year. Accepts months in full or abbreviated form, with non-numeric separator.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|January|February|March|April|May|June|July|August|September|October|November|December|JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC|JANUARY|FEBRUARY|MARCH|APRIL|MAY|JUNE|JULY|AUGUST|SEPTEMBER|OCTOBER|NOVEMBER|DECEMBER)[^0-9]+(\d{1,2}|[1-9]\d{3,3})"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateyearmonthenType">
<xs:annotation>
<xs:documentation>
English date in the format "(Y)Y(YY)*Mon(th)". Accepts 1, 2 or 4 digits for year. Accepts months in full or abbreviated form, with non-numeric separator.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(\d{1,2}|[1-9]\d{3,3})[^0-9]+(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|January|February|March|April|May|June|July|August|September|October|November|December|JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC|JANUARY|FEBRUARY|MARCH|APRIL|MAY|JUNE|JULY|AUGUST|SEPTEMBER|OCTOBER|NOVEMBER|DECEMBER))"/>
</xs:restriction>
</xs:simpleType>
<!-- Dates written out in Japanese. -->
<xs:simpleType name="dateerayearmonthjpType">
<xs:annotation>
<xs:documentation>
Japanese date in the format "era year month" (e.g. "平成元年5月").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(明治|明|大正|大|昭和|昭|平成|平) ([1-91-9][0-90-9]?|元) (年) ([1-91-9][0-90-9]?) (月)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateerayearmonthdayjpType">
<xs:annotation>
<xs:documentation>
Japanese date in the format "era year month day" (e.g. "平成元年5月31日").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(明治|明|大正|大|昭和|昭|平成|平) ([1-91-9][0-90-9]?|元) (年) ([1-91-9][0-90-9]?) (月) ([1-91-9][0-90-9]?) (日)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateyearmonthcjkType">
<xs:annotation>
<xs:documentation>
Japanese/Chinese/Korean date in the format "year month" (e.g. "2010年5月").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="([\d0-9]{4,4}) (年) ([1-91-9][0-90-9]?) (月)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateyearmonthdaycjkType">
<xs:annotation>
<xs:documentation>
Japanese/Chinese/Korean date in the format "year month day" (e.g. "2010年5月31日").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="([\d0-9]{4,4}) (年) ([1-91-9][0-90-9]?) (月) ([1-91-9][0-90-9]?) (日)"/>
</xs:restriction>
</xs:simpleType>
<!-- Numeric dates -->
<xs:simpleType name="datedaymonthType">
<xs:annotation>
<xs:documentation>
Numeric date in the format "(D)D*(M)M", with non-numeric separator. Accepts single digits for D. Accepts single digits for M. Does not check for valid month (e.g. accepts "30 02" and "31-6").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(([0-2]{0,1})[1-9]|10|20|30|31)[^0-9]+(([0]{0,1})[1-9]|10|11|12)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datedaymonthyearType">
<xs:annotation>
<xs:documentation>
Numeric date in the format "(D)D*(M)M*(Y)Y(YY)", with non-numeric separators. Accepts single digits for D. Accepts single digits for M. Accepts year with 1, 2 or 4 digits. Does not check for valid month (e.g. accepts "30 02 2008" and "31-6-08").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(([0-2]{0,1})[1-9]|10|20|30|31)[^0-9]+(0{0,1}[1-9]|1[0-2])[^0-9]+(\d{1,2}|[1-9]\d{3,3})"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datemonthdayType">
<xs:annotation>
<xs:documentation>
Numeric date in the format "(M)M*(D)D", with non-numeric separator. Accepts single digits for D. Accepts single digits for M. Does not check for valid month (e.g. accepts "02 30" and "6-31").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(([0]{0,1})[1-9]|10|11|12)[^0-9]+(([0-2]{0,1})[1-9]|10|20|30|31)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datemonthdayyearType">
<xs:annotation>
<xs:documentation>
Numeric date in the format "(M)M*(D)D*(Y)Y(YY)", with non-numeric separators. Accepts single digits for D. Accepts single digits for M. Accepts year with 1, 2 or 4 digits. Does not check for valid month (e.g. accepts "02 30 2008" and "6-31-08").
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(0{0,1}[1-9]|1[0-2])[^0-9]+(([0-2]{0,1})[1-9]|10|20|30|31)[^0-9]+(\d{1,2}|[1-9]\d{3,3})"/>
</xs:restriction>
</xs:simpleType>
<!-- Other transformations -->
<xs:simpleType name="booleanfalseType">
<xs:annotation>
<xs:documentation>
Boolean type with the value false.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:boolean">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="false"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="booleantrueType">
<xs:annotation>
<xs:documentation>
Boolean type with the value true.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:boolean">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="true"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="nocontentType">
<xs:annotation>
<xs:documentation>
String type with no content.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:length value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="nonNegativeDecimalType">
<xs:annotation>
<xs:documentation>
As xs:decimal but not negative.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numcommaType">
<xs:annotation>
<xs:documentation>
Positive decimal values with a comma for the fraction separator. No spaces (unless leading or trailing), signs, exponentials, or thousands separators accepted. Must have at least one digit before the decimal point, if any. If there is a decimal, then it must be followed by at least one digit.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="\d+(,\d+)?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numcommadotType">
<xs:annotation>
<xs:documentation>
Positive decimal values with a comma for the thousands separator and a dot for the fraction separator. No spaces (unless leading or trailing), signs, or exponentials accepted. Must have at least one digit before the decimal point, if any. If there is a decimal, then it must be followed by at least one digit.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="\d{1,3}(,\d{3,3})*(\.\d+)?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numcommaunitType">
<xs:annotation>
<xs:documentation>
Numeric format with unit string suffixes. Integer part with optional comma separator; thus: '2,000', '3,000円5銭'
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(0|([1-9][0-9]{0,2}(,?[0-9]{3})*))([^\d,.]+)(\d+)([^\d,.]*)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numcommaunitjpType">
<xs:annotation>
<xs:documentation>
Numeric format with unit string suffixes. Double byte number character is also used to represent numeric value. Integer part with optional comma separator; thus: '3,000円5銭'
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="([00]|([1-91-9][0-90-9]{0,2}((,|,)?[0-90-9]{3})*))([^\d,.,.0-9]+)([\d0-9]+)([^\d,.,.0-9]*)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numdashType">
<xs:annotation>
<xs:documentation>
Single dash character used to denote a zero value.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="-"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numdotcommaType">
<xs:annotation>
<xs:documentation>
Positive decimal values with a dot for the thousands separator and a comma for the fraction separator. No spaces (unless leading or trailing), signs, or exponentials accepted. Must have at least one digit before the decimal point, if any. If there is a decimal, then it must be followed by at least one digit.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="\d{1,3}(.\d{3,3})*(,\d+)?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numdotunitType">
<xs:annotation>
<xs:documentation>
Numeric format with unit string suffixes. Integer part with optional dot separator; thus: '2.000', '3.000 euro 5 cent'
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(0|([1-9][0-9]{0,2}(.?[0-9]{3})*))([^\d,.]+)(\d+)([^\d,.]*)"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numspacedotType">
<xs:annotation>
<xs:documentation>
Positive decimal values with a single space for the thousands separator and a dot for the fraction separator. No spaces (unless leading or trailing), signs, or exponentials accepted. Must have at least one digit before the decimal point, if any. If there is a decimal, then it must be followed by at least one digit.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="\d{1,3}( \d{3,3})*(\.\d+)?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numspacecommaType">
<xs:annotation>
<xs:documentation>
Positive decimal values with a single space for the thousands separator and a comma for the fraction separator. No spaces (unless leading or trailing), signs, or exponentials accepted. Must have at least one digit before the decimal point, if any. If there is a decimal, then it must be followed by at least one digit.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="\d{1,3}( \d{3,3})*(,\d+)?"/>
</xs:restriction>
</xs:simpleType>
<!-- XBRL and XSLT QName placeholders The following are empty content elements in order to "hold" the QNames for the iXBRL Function Registry signatures, and corresponding XSLT 2.0 Function definitions. -->
<xs:element name="booleanfalse">
<xs:complexType/>
</xs:element>
<xs:element name="booleantrue">
<xs:complexType/>
</xs:element>
<xs:element name="datedaymonth">
<xs:complexType/>
</xs:element>
<xs:element name="datedaymonthen">
<xs:complexType/>
</xs:element>
<xs:element name="datedaymonthyear">
<xs:complexType/>
</xs:element>
<xs:element name="datedaymonthyearen">
<xs:complexType/>
</xs:element>
<xs:element name="dateerayearmonthdayjp">
<xs:complexType/>
</xs:element>
<xs:element name="dateerayearmonthjp">
<xs:complexType/>
</xs:element>
<xs:element name="datemonthday">
<xs:complexType/>
</xs:element>
<xs:element name="datemonthdayen">
<xs:complexType/>
</xs:element>
<xs:element name="datemonthdayyear">
<xs:complexType/>
</xs:element>
<xs:element name="datemonthdayyearen">
<xs:complexType/>
</xs:element>
<xs:element name="datemonthyearen">
<xs:complexType/>
</xs:element>
<xs:element name="dateyearmonthdaycjk">
<xs:complexType/>
</xs:element>
<xs:element name="dateyearmonthen">
<xs:complexType/>
</xs:element>
<xs:element name="dateyearmonthcjk">
<xs:complexType/>
</xs:element>
<xs:element name="nocontent">
<xs:complexType/>
</xs:element>
<xs:element name="nonNegativeDecimal">
<xs:complexType/>
</xs:element>
<xs:element name="numcomma">
<xs:complexType/>
</xs:element>
<xs:element name="numcommadot">
<xs:complexType/>
</xs:element>
<xs:element name="numcommaunit">
<xs:complexType/>
</xs:element>
<xs:element name="numcommaunitjp">
<xs:complexType/>
</xs:element>
<xs:element name="numdash">
<xs:complexType/>
</xs:element>
<xs:element name="numdotcomma">
<xs:complexType/>
</xs:element>
<xs:element name="numdotunit">
<xs:complexType/>
</xs:element>
<xs:element name="numspacecomma">
<xs:complexType/>
</xs:element>
<xs:element name="numspacedot">
<xs:complexType/>
</xs:element>
</xs:schema>

4.2 Transform function registry: transform-registry.xml

<registry
xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns
="http://xbrl.org/2008/registry"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd">
<lastUpdated moment="2010-10-07T20:00:00"/>
<name>
Inline XBRL Transform Registry
</name>
<documentation>
<xhtml:p>
This registry contains sample transform declarations for iXBRL
</xhtml:p>
</documentation>
<entry>
<added moment="2010-10-11T12:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-booleanfalse.xml"/>
</entry>
<entry>
<added moment="2010-10-11T12:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-booleantrue.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datedaymonth.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datedaymonthen.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datedaymonthyear.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datedaymonthyearen.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-dateerayearmonthdayjp.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-dateerayearmonthjp.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datemonthday.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datemonthdayen.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datemonthdayyear.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datemonthdayyearen.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-datemonthyearen.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-dateyearmonthcjk.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-dateyearmonthdaycjk.xml"/>
</entry>
<entry>
<added moment="2010-12-20T18:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-dateyearmonthen.xml"/>
</entry>
<entry>
<added moment="2010-10-11T14:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-nocontent.xml"/>
</entry>
<entry>
<added moment="2008-09-23T20:00:00"/>
<status>
REC
</status>
<url xlink:type="simple" xlink:href="ixt-numcomma.xml"/>
</entry>
<entry>
<added moment="2008-09-23T20:00:00"/>
<status>
REC
</status>
<url xlink:type="simple" xlink:href="ixt-numcommadot.xml"/>
</entry>
<entry>
<added moment="2009-04-03T18:00:00"/>
<status>
REC
</status>
<url xlink:type="simple" xlink:href="ixt-numdash.xml"/>
</entry>
<entry>
<added moment="2008-09-23T20:00:00"/>
<status>
REC
</status>
<url xlink:type="simple" xlink:href="ixt-numdotcomma.xml"/>
</entry>
<entry>
<added moment="2008-09-23T20:00:00"/>
<status>
REC
</status>
<url xlink:type="simple" xlink:href="ixt-numspacecomma.xml"/>
</entry>
<entry>
<added moment="2008-09-23T20:00:00"/>
<status>
REC
</status>
<url xlink:type="simple" xlink:href="ixt-numspacedot.xml"/>
</entry>
<entry>
<added moment="2010-10-01T12:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-numcommaunit.xml"/>
</entry>
<entry>
<added moment="2010-10-01T12:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-numdotunit.xml"/>
</entry>
<entry>
<added moment="2010-10-01T12:00:00"/>
<status>
IWD
</status>
<url xlink:type="simple" xlink:href="ixt-numcommaunitjp.xml"/>
</entry>
</registry>

4.3 Transform function: ixt-booleanfalse.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-01T12:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-11T00:00:01"/>
</reg:owner>
</owners>
<summary>
Converts free form string into boolean false.
</summary>
<documentation>
<xhtml:p>
This function allows the association of a text statement or legal boilerplate in a written document with a boolean concept in an XBRL instance document.
</xhtml:p>
</documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:booleanfalse">
<input name="input" type="xs:string">
<xhtml:p>
Any text.
</xhtml:p>
</input>
<output type="ixt:booleanfalseType">
<xhtml:p>
The value false as an XSD type ixt:booleanfalseType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-11T12:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.4 Transform function: ixt-booleantrue.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-01T12:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-11T00:00:01"/>
</reg:owner>
</owners>
<summary>
Converts free form string into boolean true.
</summary>
<documentation>
<xhtml:p>
This function allows the association of a text statement or legal boilerplate in a written document with a boolean concept in an XBRL instance document.
</xhtml:p>
</documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:booleantrue">
<input name="input" type="xs:string">
<xhtml:p>
Any text.
</xhtml:p>
</input>
<output type="ixt:booleantrueType">
<xhtml:p>
The value true as an XSD type ixt:booleantrueType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-11T12:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.5 Transform function: ixt-datedaymonth.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats numeric date in the format "(D)D*(M)M", with non-numeric separator, into W3C/ISO recurring date standard "--MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datedaymonth">
<input name="input" type="ixt:datedaymonthType">
<xhtml:p>
Numeric date in the format "(D)D*(M)M", with non-numeric separator.
</xhtml:p>
</input>
<output type="xs:gMonthDay">
<xhtml:p>
The date in the format xs:gMonthDay.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.6 Transform function: ixt-datedaymonthen.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats English date in the format "(D)D*Mon(th)" into W3C/ISO recurring date standard "--MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datedaymonthen">
<input name="input" type="ixt:datedaymonthenType">
<xhtml:p>
English date in the format "(D)D*Mon(th)".
</xhtml:p>
</input>
<output type="xs:gMonthDay">
<xhtml:p>
The date in the format xs:gMonthDay.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.7 Transform function: ixt-datedaymonthyear.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats numeric date in the format "(D)D*(M)M*(Y)Y(YY)", with non-numeric separators, into W3C/ISO date standard "YYYY-MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datedaymonthyear">
<input name="input" type="ixt:datedaymonthyearType">
<xhtml:p>
Numeric date in the format "(D)D*(M)M*(Y)Y(YY)", with non-numeric separators.
</xhtml:p>
</input>
<output type="xs:date">
<xhtml:p>
The date in the format xs:date.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.8 Transform function: ixt-datedaymonthyearen.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats English date in the format "(D)D*Mon(th)*(Y)Y(YY)" into W3C/ISO date standard "YYYY-MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datedaymonthyearen">
<input name="input" type="ixt:datedaymonthyearenType">
<xhtml:p>
English date in the format "(D)D*Mon(th)*(Y)Y(YY)".
</xhtml:p>
</input>
<output type="xs:date">
<xhtml:p>
The date in the format xs:date.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.9 Transform function: ixt-dateerayearmonthdayjp.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2012-12-20T15:00:00"/>
<owners>
<reg:owner id="mj">
<reg:name>
Muneyuki Jimi
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
jimi.muneyuki@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats Japanese date in the format "era year month day" (e.g. "平成元年5月31日") into XML Schema format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:dateerayearmonthdayjp">
<input name="input" type="ixt:dateerayearmonthdayjpType">
<xhtml:p>
Japanese date in the format "era year month day" (e.g. "平成元年5月31日").
</xhtml:p>
</input>
<output type="xs:date">
<xhtml:p>
The date in the format xs:date.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="mg">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-12-20T15:00:00" by="plega">
<xhtml:p>
Renamed function.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.10 Transform function: ixt-dateerayearmonthjp.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2012-12-200T15:00:00"/>
<owners>
<reg:owner id="mh">
<reg:name>
Masatoshi Hashimoto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
hashimoto.ma-06@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats Japanese date in the format "era year month" (e.g. "平成元年5月") into W3C/ISO date standard "YYYY-MM" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:dateerayearmonthjp">
<input name="input" type="ixt:dateerayearmonthjpType">
<xhtml:p>
Japanese date in the format "era year month" (e.g. "平成元年5月").
</xhtml:p>
</input>
<output type="xs:gYearMonth">
<xhtml:p>
The date in the format xs:gYearMonth.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="mg">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-12-20T15:00:00" by="plega">
<xhtml:p>
Renamed function.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.11 Transform function: ixt-datemonthday.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats numeric date in the format "(M)M*(D)D", with non-numeric separator, into W3C/ISO recurring date standard "--MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datemonthday">
<input name="input" type="ixt:datemonthdayType">
<xhtml:p>
Numeric date in the format "(M)M*(D)D", with non-numeric separator.
</xhtml:p>
</input>
<output type="xs:gMonthDay">
<xhtml:p>
The date in the format xs:gMonthDay.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.12 Transform function: ixt-datemonthdayen.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats English date in the format "Mon(th)*(D)D" into W3C/ISO recurring date standard "--MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datemonthdayen">
<input name="input" type="ixt:datemonthdayenType">
<xhtml:p>
English date in the format "Mon(th)*(D)D".
</xhtml:p>
</input>
<output type="xs:gMonthDay">
<xhtml:p>
The date in the format xs:gMonthDay.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.13 Transform function: ixt-datemonthdayyear.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats numeric date in the format "(M)M*(D)D*(Y)Y(YY)", with non-numeric separators, into W3C/ISO date standard "YYYY-MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datemonthdayyear">
<input name="input" type="ixt:datemonthdayyearType">
<xhtml:p>
Numeric date in the format "(M)M*(D)D*(Y)Y(YY)", with non-numeric separators.
</xhtml:p>
</input>
<output type="xs:date">
<xhtml:p>
The date in the format xs:date.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.14 Transform function: ixt-datemonthdayyearen.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats English date in the format "Mon(th)*(D)D*(Y)Y(YY)" into W3C/ISO date standard "YYYY-MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datemonthdayyearen">
<input name="input" type="ixt:datemonthdayyearenType">
<xhtml:p>
English date in the format "Mon(th)*(D)D*(Y)Y(YY)".
</xhtml:p>
</input>
<output type="xs:date">
<xhtml:p>
The date in the format xs:date.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.15 Transform function: ixt-datemonthyearen.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats English date in the format "Mon(th)*(Y)Y(YY)" into W3C/ISO date standard "YYYY-MM" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:datemonthyearen">
<input name="input" type="ixt:datemonthyearenType">
<xhtml:p>
English date in the format "Mon(th)*(Y)Y(YY)".
</xhtml:p>
</input>
<output type="xs:gYearMonth">
<xhtml:p>
The date in the format xs:gYearMonth.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.16 Transform function: ixt-dateyearmonthdaycjk.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2012-12-20T15:00:00"/>
<owners>
<reg:owner id="mj">
<reg:name>
Muneyuki Jimi
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
jimi.muneyuki@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats Japanese/Chinese/Korean date in the format "year month day" (e.g. "2010年5月31日") into W3C/ISO date standard "YYYY-MM-DD" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:dateyearmonthdaycjk">
<input name="input" type="ixt:dateyearmonthdaycjkType">
<xhtml:p>
Japanese/Chinese/Korean date in the format "year month day" (e.g. "2010年5月31日").
</xhtml:p>
</input>
<output type="xs:date">
<xhtml:p>
The date in the format xs:date.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="mg">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-12-20T15:00:00" by="plega">
<xhtml:p>
Renamed function.
</xhtml:p>
</reg:revision>
<reg:revision on="2011-02-15T02:00:00" by="mg">
<xhtml:p>
Updated to cover not only Japanese but also Chinese and Korean date.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.17 Transform function: ixt-dateyearmonthen.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-20T17:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-12-20T17:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats English date in the format "(Y)Y(YY)*Mon(th)" into W3C/ISO date standard "YYYY-MM" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:dateyearmonthen">
<input name="input" type="ixt:dateyearmonthenType">
<xhtml:p>
English date in the format "(Y)Y(YY)*Mon(th)".
</xhtml:p>
</input>
<output type="xs:gYearMonth">
<xhtml:p>
The date in the format xs:gYearMonth.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-12-20T17:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.18 Transform function: ixt-dateyearmonthcjk.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2012-12-20T15:00:00"/>
<owners>
<reg:owner id="mh">
<reg:name>
Masatoshi Hashimoto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
hashimoto.ma-06@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats Japanese/Chinese/Korean date in the format "year month" (e.g. "2010年5月") into W3C/ISO date standard "YYYY-MM" format.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:dateyearmonthcjk">
<input name="input" type="ixt:dateyearmonthcjkType">
<xhtml:p>
Japanese/Chinese/Korean date in the format "year month" (e.g. "2010年5月").
</xhtml:p>
</input>
<output type="xs:gYearMonth">
<xhtml:p>
The date in the format xs:gYearMonth.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="mg">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-12-20T15:00:00" by="plega">
<xhtml:p>
Renamed function.
</xhtml:p>
</reg:revision>
<reg:revision on="2011-02-15T02:00:00" by="mg">
<xhtml:p>
Updated to cover not only Japanese but also Chinese and Korean date.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.19 Transform function: ixt-nocontent.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-12-28T18:10:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-11T00:00:01"/>
</reg:owner>
</owners>
<summary>
Converts free-form string into no content.
</summary>
<documentation>
<xhtml:p>
This transformation allows a selection of free-form data to be associated with an empty XBRL concept. It is used in cases where, for instance, an empty concept is defined as a flag but it is desirable to tie the use of that flag to information displayed on the face of the Inline XBRL document.
</xhtml:p>
</documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:nocontent">
<input name="input" type="xs:string">
<xhtml:p>
Any text.
</xhtml:p>
</input>
<output type="ixt:nocontentType">
<xhtml:p>
No content as an XSD type ixt:nocontentType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-11T12:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-12-28T18:10:00" by="plega">
<xhtml:p>
Added documentation.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.20 Transform function: ixt-numcomma.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-07T20:00:00"/>
<owners>
<reg:owner id="ijs">
<reg:name>
Ian Stokes-Rees
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
ijs@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2008-09-23T20:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T20:00:00"/>
</reg:owner>
</owners>
<summary>
Reformats "human readable" number using comma (",") as decimal separator into non-negative number based on XSD decimal format.
</summary>
<documentation></documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numcomma">
<input name="input" type="ixt:numcommaType">
<xhtml:p>
The numeric value with comma decimal separator.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2008-09-23T20:00:00" by="ijs">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T20:00:00" by="plega">
<xhtml:p>
Updated references and namespaces.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.21 Transform function: ixt-numcommadot.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-07T20:00:00"/>
<owners>
<reg:owner id="ijs">
<reg:name>
Ian Stokes-Rees
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
ijs@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2008-09-23T20:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T20:00:00"/>
</reg:owner>
</owners>
<summary>
Reformats "human readable" number using comma (",") as thousands separator and dot (".") as decimal separator into non-negative number based on XSD decimal format.
</summary>
<documentation></documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numcommadot">
<input name="input" type="ixt:numcommadotType">
<xhtml:p>
The numeric value with comma thousands separator.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2008-09-23T20:00:00" by="ijs">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T20:00:00" by="plega">
<xhtml:p>
Updated references and namespaces.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.22 Transform function: ixt-numcommaunit.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-01T12:00:00"/>
<owners>
<reg:owner id="hm">
<reg:name>
Hirofumi Morisada
</reg:name>
<reg:affiliation>
PRONEXUS INC.
</reg:affiliation>
<reg:email>
Hirofumi.Morisada@pronexus.co.jp
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats unit string mixed monetary value into non-negative number based on XSD decimal format. Integer part could have comma separator in it.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numcommaunit">
<input name="input" type="ixt:numcommaunitType">
<xhtml:p>
Monetary format with one or more unit string suffixes. Integer part could have comma separator in it, thus: '3,000円5銭'.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="hm">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-09T12:00:00" by="plega">
<xhtml:p>
Changed output type and amended function name accordingly.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-19T14:00:00" by="plega">
<xhtml:p>
Split into separate dot- and comma-based functions.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.23 Transform function: ixt-numcommaunitjp.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-01T12:00:00"/>
<owners>
<reg:owner id="hm">
<reg:name>
Hirofumi Morisada
</reg:name>
<reg:affiliation>
PRONEXUS INC.
</reg:affiliation>
<reg:email>
Hirofumi.Morisada@pronexus.co.jp
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats unit string mixed monetary value into non-negative number based on XSD decimal format. Double-byte number character is also used to represent numeric value. Integer part could have comma separator in it.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numcommaunitjp">
<input name="input" type="ixt:numcommaunitjpType">
<xhtml:p>
Monetary format with one or more unit string suffixes. Double byte number character is used to represent numeric value. Integer part could have comma separator in it, thus: '1,000円5銭'.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="hm">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-09T12:00:00" by="plega">
<xhtml:p>
Changed output type and amended function name accordingly.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-19T14:00:00" by="plega">
<xhtml:p>
Split into separate dot- and comma-based functions.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.24 Transform function: ixt-numdash.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2009-04-03T18:00:00"/>
<owners>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@decisionsoft.com
</reg:email>
<reg:assumedOwnership moment="2009-04-03T18:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T20:00:00"/>
</reg:owner>
</owners>
<summary>
Reformats accountant-friendly "-" as a zero.
</summary>
<documentation></documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numdash">
<input name="input" type="ixt:numdashType">
<xhtml:p>
The dash used to denote nothing.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The value zero as an XSD type ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2009-04-03T18:00:00" by="plega">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T20:00:00" by="plega">
<xhtml:p>
Updated references and namespaces.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.25 Transform function: ixt-numdotcomma.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-07T20:00:00"/>
<owners>
<reg:owner id="ijs">
<reg:name>
Ian Stokes-Rees
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
ijs@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2008-09-23T20:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T20:00:00"/>
</reg:owner>
</owners>
<summary>
Reformats "human readable" number using dot (".") as thousands separator and comma (",") as decimal separator into non-negative number based on XSD decimal format.
</summary>
<documentation></documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numdotcomma">
<input name="input" type="ixt:numdotcommaType">
<xhtml:p>
The numeric value with dot thousands separator and comma decimal separator.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2008-09-23T20:00:00" by="ijs">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T20:00:00" by="plega">
<xhtml:p>
Updated references and namespaces.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.26 Transform function: ixt-numdotunit.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-01T12:00:00"/>
<owners>
<reg:owner id="hm">
<reg:name>
Hirofumi Morisada
</reg:name>
<reg:affiliation>
PRONEXUS INC.
</reg:affiliation>
<reg:email>
Hirofumi.Morisada@pronexus.co.jp
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mu">
<reg:name>
Masaru Uchida
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
m-uchida@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="mg">
<reg:name>
Masatomo Goto
</reg:name>
<reg:affiliation>
Fujitsu Limited
</reg:affiliation>
<reg:email>
mg@jp.fujitsu.com
</reg:email>
<reg:assumedOwnership moment="2010-10-01T12:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T00:00:01"/>
</reg:owner>
</owners>
<summary>
Reformats unit string mixed monetary value into non-negative number based on XSD decimal format. Integer part could have dot separator in it.
</summary>
<documentation/>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numdotunit">
<input name="input" type="ixt:numdotunitType">
<xhtml:p>
Monetary format with one or more unit string suffixes. Integer part could have dot separator in it, thus: '3.000 euro 5 cent'.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2010-10-01T12:00:00" by="hm">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T12:00:00" by="plega">
<xhtml:p>
Updated namespace and references.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-09T12:00:00" by="plega">
<xhtml:p>
Changed output type and amended function name accordingly.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-19T14:00:00" by="plega">
<xhtml:p>
Split into separate dot- and dot-based functions.
</xhtml:p>
</reg:revision>
<reg:revision on="2011-02-15T02:00:00" by="mg">
<xhtml:p>
Delete Japanese example since there is no usecase.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.27 Transform function: ixt-numspacecomma.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-07T20:00:00"/>
<owners>
<reg:owner id="ijs">
<reg:name>
Ian Stokes-Rees
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
ijs@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2008-09-23T20:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T20:00:00"/>
</reg:owner>
</owners>
<summary>
Reformats "human readable" number using space (" ") as thousands separator and comma ("'") as decimal separator into non-negative number based on XSD decimal format.
</summary>
<documentation></documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numspacecomma">
<input name="input" type="ixt:numspacecommaType">
<xhtml:p>
The numeric value with space thousands separator and comma decimal separator.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2008-09-23T20:00:00" by="ijs">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T20:00:00" by="plega">
<xhtml:p>
Updated references and namespaces.
</xhtml:p>
</reg:revision>
</revisions>
</function>

4.28 Transform function: ixt-numspacedot.xml

<function
xmlns:xs
="http://www.w3.org/2001/XMLSchema"

xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance"

xmlns
="http://xbrl.org/2008/function"

xmlns:xhtml
="http://www.w3.org/1999/xhtml"

xmlns:xlink
="http://www.w3.org/1999/xlink"

xmlns:ix
="http://www.xbrl.org/2008/inlineXBRL"

xmlns:ixt
="http://www.xbrl.org/inlineXBRL/transformation/2011-03-07"

xmlns:xbrli
="http://www.xbrl.org/2003/instance"

xmlns:reg
="http://xbrl.org/2008/registry"
xsi:schemaLocation="http://xbrl.org/2008/registry schemas/registry.xsd http://xbrl.org/2008/function schemas/function.xsd">
<lastUpdated moment="2010-10-07T20:00:00"/>
<owners>
<reg:owner id="ijs">
<reg:name>
Ian Stokes-Rees
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
ijs@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2008-09-23T20:00:00"/>
</reg:owner>
<reg:owner id="plega">
<reg:name>
Philip Allen
</reg:name>
<reg:affiliation>
CoreFiling Limited
</reg:affiliation>
<reg:email>
plega@corefiling.com
</reg:email>
<reg:assumedOwnership moment="2010-10-07T20:00:00"/>
</reg:owner>
</owners>
<summary>
Reformats "human readable" number using space (" ") as thousands separator and dot (".")as decimal separator into non-negative number based on XSD decimal format.
</summary>
<documentation></documentation>
<reference xlink:type="simple" xlink:href="inlineXBRL-part1/REC-2010-04-20/inlineXBRL-part1-REC-2010-04-20.html#sec-transformationrules">
Inline XBRL Part 1: Specification 1.0 Section 14
</reference>
<signature name="ixt:numspacedot">
<input name="input" type="ixt:numspacedotType">
<xhtml:p>
The numeric value with space thousands separator and dot decimal separator.
</xhtml:p>
</input>
<output type="ixt:nonNegativeDecimalType">
<xhtml:p>
The numeric value as schema-defined ixt:nonNegativeDecimalType.
</xhtml:p>
</output>
</signature>
<revisions>
<reg:revision on="2008-09-23T20:00:00" by="ijs">
<xhtml:p>
Defined the transform.
</xhtml:p>
</reg:revision>
<reg:revision on="2010-10-07T20:00:00" by="plega">
<xhtml:p>
Updated references and namespaces.
</xhtml:p>
</reg:revision>
</revisions>
</function>

Appendix A Intellectual property status (non-normative)

This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to XBRL International or XBRL organizations, except as required to translate it into languages other than English. Members of XBRL International agree to grant certain licenses under the XBRL International Intellectual Property Policy (www.xbrl.org/legal).

This document and the information contained herein is provided on an "AS IS" basis and XBRL INTERNATIONAL DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

The attention of users of this document is directed to the possibility that compliance with or adoption of XBRL International specifications may require use of an invention covered by patent rights. XBRL International shall not be responsible for identifying patents for which a license may be required by any XBRL International specification, or for conducting legal inquiries into the legal validity or scope of those patents that are brought to its attention. XBRL International specifications are prospective and advisory only. Prospective users are responsible for protecting themselves against liability for infringement of patents. XBRL International takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Members of XBRL International agree to grant certain licenses under the XBRL International Intellectual Property Policy (www.xbrl.org/legal).

Appendix B Acknowledgements (non-normative)

This document could not have been written without the contributions of many people.

Appendix C Document history (non-normative)

DateAuthorDetails
07 October 2010Philip Allen

New version of registry; updated references and namespace; alphabetised function list; added non-normative summary table.

20 December 2010Philip Allen

Introduced generic en, jp and numeric date formats.

Deprecated (removed) non-generic date formats.

10 January 2011Philip Allen

Corrected typos.

Relaxed en month name regular expressions.

09 February 2011Masatomo Goto

Corrected some Japanese date rules to cover Chinese and Korean's .

Deleted unused transformation rule prepared for Japanese. test-numdotunitjp.

Reorderd section's id attribute number.

07 March 2011Philip Allen

Updated version number in preparation for PWD.

Appendix D Errata corrections in this document

This appendix contains a list of the errata that have been incorporated into this document. This represents all those errata corrections that have been approved by the XBRL International Rendering Working Group up to and including 07 March 2011. Hyperlinks to relevant e-mail threads may only be followed by those who have access to the relevant mailing lists. Access to internal XBRL mailing lists is restricted to members of XBRL International Inc.

No errata have been incorporated into this document.