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: RE: [ubl] Meeting Minutes UBL Joint meeting Mar 23rd 2004


Typo (should have been type="cbc:StreetNameType":
 
     <xsd:element name= "AdditionalStreetName" type="cbc:StreetNameType">
         <xsd:annotation> plus documentation</xsd:annotation>
      </xsd:element>
-----Original Message-----
From: Grimley Michael J NPRI
Sent: Wednesday, 24 March 2004 12 25
To: 'Tim McGrath'; Grimley Michael J NPRI
Cc: ubl@lists.oasis-open.org
Subject: RE: [ubl] Meeting Minutes UBL Joint meeting Mar 23rd 2004

> 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]