← Prev in month ← Prev in thread

Complete example: BBIE Property in CBC schema

From
Michael Grimley
Date
2004-03-24T17:18:00+00:00
ID
Thread
Complete example: BBIE Property in CBC schema
MHonArc v2.5.0b2 -->
















ubl message






[Date Prev]
 | [Thread Prev]
 | [Thread Next]
 | [Date Next]

--

[Date Index]
 | [Thread Index]
 | [List Home]








Subject: Complete example: BBIE Property in CBC schema




From: Grimley Michael J NPRI <>
To: "UBL List (E-mail)" <>
Date: Wed, 24 Mar 2004 12:32:08 -0500









In the CBC schema we would have:

    <xsd:element name="StreetName" type="StreetNameType"/>

    <xsd:complexType name="StreetNameType">
        <xsd:simpleContent>
            <xsd:extension base="udt:NameType"></xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType> 


In the CAC Schema (or wherever), we would find:

    <xsd:element ref="cbc:StreetName"/>

    <xsd:element name="AdditionalStreetName" type="cbc:StreetNameType"/>

Thanks,
Mike Grimley
← Prev in month ← Prev in thread