MHonArc v2.5.0b2 -->
ubl message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: Re: [ubl] Meeting Minutes UBL Joint meeting Mar 23rd 2004
From: Tim McGrath <>
To: Grimley Michael J NPRI <>
Date: Thu, 25 Mar 2004 01:12:11 +0800
so how would we define Additional Street Name
can we
have...
<xsd:element name= "StreetName"
ref="cbc:StreetName">
<xsd:annotation> plus documentation</xsd:annotation>
</xsd:element>
and
<xsd:element name= "AdditionalStreetName"
ref="cbc:StreetName">
<xsd:annotation> plus documentation</xsd:annotation>
</xsd:element>
Grimley Michael J NPRI wrote:
One error:
> What we should have in
Commona Aggregate Components (and applies to Document Schemas as well)
is ..
> <xsd:element
name="StreetName" type="cbc:StreetNameType">
> <xsd:annotation> plus
documentation</xsd:annotation>
> </xsd:element>
Should be:
<xsd:element ref="cbc:StreetName">
<xsd:annotation> plus documentation</xsd:annotation>
</xsd:element>