OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-fpsc message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Code lists as a repository of code list supplemental information


Hi Lisa,

How would FPSC request of NDRSC an additional documentation annotation to 
the currency code list in order to include the Unicode character used for 
the currency symbol?

Rather than maintain two separate tables of information, we discussed in 
our FPSC conference call today how much easier maintenance would be if the 
currency symbol were kept in the currency code list documentation.

Do code lists provide for multiple expansions, as what we are asking for is 
very much like an alternative string expansion?

I'm guessing we would need to include a div and class in order to mimic 
what the multiple documentation fragments up above in the XSD file, but I'm 
not familiar with the code list creation rules.

For example, the old is:

<xs:enumeration value="USD">
	<xs:annotation>
		<xs:documentation>
			<xhtml:p>US Dollar</xhtml:p>
		</xs:documentation>
	</xs:annotation>
</xs:enumeration>

The new would be along the lines of (though I am only guessing at what the 
classes might be):

<xs:enumeration value="USD">
	<xs:annotation>
		<xs:documentation>
			<xhtml:div class="Code_List._Expansion._String">
				<xhtml:p>US Dollar</xhtml:p>
			</xhtml:div>
			<xhtml:div class="Code_List._Expansion._Symbol">
				<xhtml:p>$</xhtml:p>
			</xhtml:div>
		</xs:documentation>
	</xs:annotation>
</xs:enumeration>

Thanks for any insight you or NDRSC can provide.

................. Ken

--
Upcoming hands-on courses: in-house corporate training available;
North America public:  XSL-FO Aug 4,2003; XSLT/XPath Aug 12, 2003

G. Ken Holman                mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/o/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X              Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:    http://XMLGuild.info
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/o/bc



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]