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: Grimley Michael J NPRI <>
To: 'Tim McGrath' <>,Grimley Michael J NPRI <>
Date: Wed, 24 Mar 2004 12:24:37 -0500
> so how
would we define Additional Street Name
>
>
<xsd:element name=
"AdditionalStreetName" ref="cbc:StreetName">
>
<xsd:annotation> plus documentation</xsd:annotation>
>
</xsd:element>
<xsd:element name=
"AdditionalStreetName" type="cbc:StreetName">
<xsd:annotation> plus
documentation</xsd:annotation>
</xsd:element>
When you use xsd:ref,
you are actually placeing the ref'd element into the content model. You can't
have both, 'name' and 'ref' attributes.
'SreetName' would
be:
<xsd:element ref="cbc:StreetName">
<xsd:annotation> plus documentation</xsd:annotation>
</xsd:element>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]