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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl message

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


Subject: questions about BBIE properties


Hi all,

I have 2 questions about the following rule:

> Item 2.1
>    Correctly defining re-usable BBIE Properties (Mike Grimley)
>
>    Closure of yesterday's action items:
>
>       AI: Mike G.: Clarify rule for how the name of each complex
>           type used for BBIE properties should be formed; David
>           needs a rule, not just an example
>
>           -- done
>
>    With regard to the additional postal zone example, we agree as
>    follows:
>
>       A complex type will be created representing every BBIE
>       property using its property term and representation term.
>       No qualifiers will be used to name the types.
>

1. How was the decision concerning i.e. "ZoneType"? Is it necessary to
create an element "Zone" in the cbc although there is no BBIE in the
Reusable?

2. Do Codes and Ids follow that rule as well? Codes and Ids are special
because they are local elements.


This is what we have now:

<xsd:complexType name="OrderType">
...
<xsd:element name="TransactionCurrencyCode" type="cur:CodeType"
minOccurs="0" maxOccurs="1">
...

Should it be changed to this?


<xsd:complexType name="OrderType">
...
<xsd:element name="TransactionCurrencyCode"
type="TransactionCurrencyCodeType" minOccurs="0" maxOccurs="1">
...

<xsd:complexType name="TransactionCurrencyCodeType">
<xsd:simpleContent>
<xsd:extension base="cur:CodeType"/>
</xsd:simpleContent>
</xsd:complexType>


Best Regards David



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