[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Change has begun <ccts:ABIE> --> <ccts:Component>
In the process of working through 0.81-draft-5 of UBL Schema
with Stephen, I've implemented the earlier agreed-upon change
from attribute-based storage of type-and-element metadata into
one that is element-based.
The local name for the wrapping element is <ccts:Component>
and the element storing the BIE type value is <ccts:CategoryCode>
as agreed on one of the LC calls.
To refresh memory on what this means, I'm including an extract
of what I posted earlier.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-..-.-.-.-.-.-.-.-.-.-.-.
The suggested change goes something like this. Using "AddressType"
as an example, the change is illustrated as follows:
Present style (0p80 alpha, inherited from 0p70):
================================================
<xsd:complexType name="AddressType">
<xsd:annotation>
<xsd:documentation>
<ccts:ABIE dictionaryEntryName="Address. Details" definition="The
particulars that identify and locate the place where someone lives or is
situated, or where an organisation is situated." objectClass="Address"
propertyTerm="Details" representationTerm="Details" />
</xsd:documentation>
</xsd:annotation>
.....
</xsd:complexType>
Change into:
================================================
<xsd:complexType name="AddressType">
<xsd:annotation>
<xsd:documentation>
<ccts:Component>
<ccts:CategoryCode>ABIE</ccts:CategoryCode>
<ccts:DictionaryEntryName>Address. Details</ccts:DictionaryEntryName>
<ccts:Definition>
The particulars that identify and locate the place where
someone lives or is situated, or where an organisation is
situated.
</ccts:Definition>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Details</ccts:PropertyTerm>
<ccts:RepresentationTerm>Details</ccts:RepresentationTerm>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
.....
</xsd:complexType>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-..-.-.-.-.-.-.-.-.-.-.-.
For your information, please.
Please also kindly note any problem or such along the way.
Thanks.
Best Regards,
Chin Chee-Kai
SoftML
Tel: +65-6820-2979
Fax: +65-6743-7875
Email: cheekai@SoftML.Net
http://SoftML.Net/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]