source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/schemas/HL7V3/NE2008/multicacheschemas/COCT_MT230100UV.xsd@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 31.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<xs:schema xmlns="urn:hl7-org:v3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns:ex="urn:hl7-org/v3-example"
4 targetNamespace="urn:hl7-org:v3"
5 elementFormDefault="qualified"><!--
6*****************************************************************************************************************
7* XML schema for message type COCT_MT230100UV.
8* Source information:
9* Rendered by: Visio to MIF transform
10* Rendered on:
11*
12*
13* Generated by XMLITS version 3.1.6
14* MIF to XSD Transform $Id: StaticMifToXsd.xsl,v 1.30 2007/12/06 05:50:08 wbeeler Exp $
15* Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.6 2007/03/20 02:48:49 wbeeler Exp $
16*
17* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Health Level Seven. All rights reserved.
18* Redistribution and use in source and binary forms, with or without
19* modification, are permitted provided that the following conditions
20* are met:
21* 1. Redistributions of source code must retain the above copyright
22* notice, this list of conditions and the following disclaimer.
23* 2. Redistributions in binary form must reproduce the above copyright
24* notice, this list of conditions and the following disclaimer in the
25* documentation and/or other materials provided with the distribution.
26* 3. All advertising materials mentioning features or use of this software
27* must display the following acknowledgement:
28* This product includes software developed by Health Level Seven.
29* THIS SOFTWARE IS PROVIDED BY HEALTH LEVEL SEVEN, INC. AND CONTRIBUTORS "AS IS" AND
30* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
33* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
35* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39* SUCH DAMAGE.
40*
41********************************************************************************************************************
42 --><xs:annotation>
43 <xs:documentation>Generated using schema builder version 3.1.6. Stylesheets:
44
45StaticMifToXsd.xsl version 2.0</xs:documentation>
46 </xs:annotation>
47 <xs:include schemaLocation="../coreschemas/infrastructureRoot.xsd"/>
48 <xs:include schemaLocation="COCT_MT440001UV.xsd"/>
49 <xs:complexType name="COCT_MT230100UV.Agency">
50 <xs:sequence>
51 <xs:group ref="InfrastructureRootElements"/>
52 <xs:element name="id" type="II" minOccurs="0" maxOccurs="1"/>
53 <xs:element name="name" type="ON" minOccurs="0" maxOccurs="1"/>
54 </xs:sequence>
55 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
56 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
57 <xs:attribute name="classCode" type="EntityClass" use="required" fixed="PUB"/>
58 <xs:attribute name="determinerCode" type="EntityDeterminer" use="required" fixed="INSTANCE"/>
59 </xs:complexType>
60 <xs:complexType name="COCT_MT230100UV.Approval">
61 <xs:sequence>
62 <xs:group ref="InfrastructureRootElements"/>
63 <xs:element name="id" type="II" minOccurs="1" maxOccurs="1"/>
64 <xs:element name="code" type="CD" minOccurs="0" maxOccurs="1"/>
65 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
66 <xs:element name="holder" type="COCT_MT230100UV.Holder" nillable="true" minOccurs="0"
67 maxOccurs="1"/>
68 <xs:element name="author" type="COCT_MT230100UV.Author" minOccurs="1" maxOccurs="1"/>
69 </xs:sequence>
70 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
71 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
72 <xs:attribute name="classCode" type="ActClassContract" use="required"/>
73 <xs:attribute name="moodCode" type="ActMood" use="required" fixed="EVN"/>
74 </xs:complexType>
75 <xs:complexType name="COCT_MT230100UV.Author">
76 <xs:sequence>
77 <xs:group ref="InfrastructureRootElements"/>
78 <xs:element name="time" type="TS" minOccurs="0" maxOccurs="1"/>
79 <xs:element name="territorialAuthority" type="COCT_MT230100UV.TerritorialAuthority"
80 minOccurs="1"
81 maxOccurs="1"/>
82 </xs:sequence>
83 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
84 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
85 <xs:attribute name="typeCode" type="ParticipationType" use="required" fixed="AUT"/>
86 </xs:complexType>
87 <xs:complexType name="COCT_MT230100UV.Characteristic">
88 <xs:sequence>
89 <xs:group ref="InfrastructureRootElements"/>
90 <xs:element name="code" type="CE" minOccurs="1" maxOccurs="1"/>
91 <xs:element name="text" type="ED" minOccurs="0" maxOccurs="1"/>
92 <xs:element name="value" type="ANY" minOccurs="0" maxOccurs="1"/>
93 </xs:sequence>
94 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
95 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
96 <xs:attribute name="classCode" type="ActClassObservation" use="required"/>
97 <xs:attribute name="moodCode" type="ActMood" use="required" fixed="EVN"/>
98 </xs:complexType>
99 <xs:complexType name="COCT_MT230100UV.Content">
100 <xs:sequence>
101 <xs:group ref="InfrastructureRootElements"/>
102 <xs:element name="quantity" type="RTO_QTY_QTY" minOccurs="0" maxOccurs="1"/>
103 <xs:element name="containerPackagedMedicine" type="COCT_MT230100UV.PackagedMedicine"
104 minOccurs="1"
105 maxOccurs="1"/>
106 <xs:element name="subjectOf1" type="COCT_MT230100UV.Subject14" nillable="true"
107 minOccurs="0"
108 maxOccurs="unbounded"/>
109 <xs:element name="subjectOf2" type="COCT_MT230100UV.Subject11" nillable="true"
110 minOccurs="0"
111 maxOccurs="unbounded"/>
112 </xs:sequence>
113 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
114 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
115 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="CONT"/>
116 </xs:complexType>
117 <xs:complexType name="COCT_MT230100UV.Country">
118 <xs:sequence>
119 <xs:group ref="InfrastructureRootElements"/>
120 <xs:element name="code" type="CD" minOccurs="1" maxOccurs="1"/>
121 <xs:element name="name" type="TN" minOccurs="0" maxOccurs="1"/>
122 </xs:sequence>
123 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
124 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
125 <xs:attribute name="classCode" type="EntityClassState" use="required"/>
126 <xs:attribute name="determinerCode" type="EntityDeterminer" use="required" fixed="INSTANCE"/>
127 </xs:complexType>
128 <xs:complexType name="COCT_MT230100UV.DistributedProduct">
129 <xs:sequence>
130 <xs:group ref="InfrastructureRootElements"/>
131 <xs:element name="distributingManufacturer" type="COCT_MT230100UV.Manufacturer"
132 minOccurs="1"
133 maxOccurs="1"/>
134 </xs:sequence>
135 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
136 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
137 <xs:attribute name="classCode" type="RoleClassDistributedMaterial" use="required"/>
138 </xs:complexType>
139 <xs:complexType name="COCT_MT230100UV.Holder">
140 <xs:sequence>
141 <xs:group ref="InfrastructureRootElements"/>
142 <xs:element name="role" type="COCT_MT230100UV.Role" nillable="true" minOccurs="1"
143 maxOccurs="1"/>
144 </xs:sequence>
145 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
146 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
147 <xs:attribute name="typeCode" type="ParticipationType" use="required" fixed="HLD"/>
148 </xs:complexType>
149 <xs:complexType name="COCT_MT230100UV.Ingredient">
150 <xs:sequence>
151 <xs:group ref="InfrastructureRootElements"/>
152 <xs:element name="quantity" type="RTO_QTY_QTY" minOccurs="0" maxOccurs="1"/>
153 <xs:element name="ingredient" type="COCT_MT230100UV.Substance" nillable="true"
154 minOccurs="0"
155 maxOccurs="1"/>
156 </xs:sequence>
157 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
158 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
159 <xs:attribute name="classCode" type="RoleClassIngredientEntity" use="required"/>
160 <xs:attribute name="negationInd" type="bl" use="optional" default="false"/>
161 </xs:complexType>
162 <xs:complexType name="COCT_MT230100UV.ManufacturedProduct">
163 <xs:sequence>
164 <xs:group ref="InfrastructureRootElements"/>
165 <xs:element name="manufacturer" type="COCT_MT230100UV.Manufacturer" minOccurs="1"
166 maxOccurs="1"/>
167 <xs:element name="subjectOf1" type="COCT_MT230100UV.Subject25" nillable="true"
168 minOccurs="0"
169 maxOccurs="unbounded"/>
170 <xs:element name="subjectOf2" type="COCT_MT230100UV.Subject15" nillable="true"
171 minOccurs="0"
172 maxOccurs="unbounded"/>
173 <xs:element name="subjectOf3" type="COCT_MT230100UV.Subject16" nillable="true"
174 minOccurs="0"
175 maxOccurs="unbounded"/>
176 </xs:sequence>
177 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
178 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
179 <xs:attribute name="classCode" type="RoleClassManufacturedProduct" use="required"/>
180 </xs:complexType>
181 <xs:complexType name="COCT_MT230100UV.Manufacturer">
182 <xs:sequence>
183 <xs:group ref="InfrastructureRootElements"/>
184 <xs:element name="id" type="II" minOccurs="0" maxOccurs="1"/>
185 <xs:element name="name" type="EN" minOccurs="0" maxOccurs="1"/>
186 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="1"/>
187 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="1"/>
188 <xs:element name="asRelatedManufacturer" type="COCT_MT230100UV.RelatedManufacturer"
189 nillable="true"
190 minOccurs="0"
191 maxOccurs="unbounded"/>
192 </xs:sequence>
193 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
194 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
195 <xs:attribute name="classCode" type="EntityClassOrganization" use="required"/>
196 <xs:attribute name="determinerCode" type="EntityDeterminer" use="required" fixed="INSTANCE"/>
197 </xs:complexType>
198 <xs:complexType name="COCT_MT230100UV.Medication">
199 <xs:sequence>
200 <xs:group ref="InfrastructureRootElements"/>
201 <xs:element name="administerableMedicine" type="COCT_MT230100UV.Medicine" minOccurs="1"
202 maxOccurs="1"/>
203 <xs:element name="subjectOf1" type="COCT_MT230100UV.Subject2" nillable="true" minOccurs="0"
204 maxOccurs="unbounded"/>
205 <xs:element name="subjectOf2" type="COCT_MT230100UV.Subject1" nillable="true" minOccurs="0"
206 maxOccurs="unbounded"/>
207 <xs:element name="subjectOf3" type="COCT_MT230100UV.Subject22" nillable="true"
208 minOccurs="0"
209 maxOccurs="unbounded"/>
210 <xs:element name="subjectOf4" type="COCT_MT230100UV.Subject3" nillable="true" minOccurs="0"
211 maxOccurs="unbounded"/>
212 <xs:element name="subjectOf5" type="COCT_MT230100UV.Subject7" nillable="true" minOccurs="0"
213 maxOccurs="1"/>
214 </xs:sequence>
215 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
216 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
217 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="ADMM"/>
218 </xs:complexType>
219 <xs:complexType name="COCT_MT230100UV.Medicine">
220 <xs:sequence>
221 <xs:group ref="InfrastructureRootElements"/>
222 <xs:element name="id" type="II" minOccurs="0" maxOccurs="1"/>
223 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
224 <xs:element name="name" type="TN" minOccurs="0" maxOccurs="unbounded"/>
225 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
226 <xs:element name="riskCode" type="CE" minOccurs="0" maxOccurs="1"/>
227 <xs:element name="handlingCode" type="CE" minOccurs="0" maxOccurs="1"/>
228 <xs:element name="formCode" type="CE" minOccurs="0" maxOccurs="1"/>
229 <xs:element name="lotNumberText" type="ST" minOccurs="0" maxOccurs="1"/>
230 <xs:element name="expirationTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
231 <xs:element name="stabilityTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
232 <xs:element name="asDistributedProduct" type="COCT_MT230100UV.DistributedProduct"
233 nillable="true"
234 minOccurs="0"
235 maxOccurs="unbounded"/>
236 <xs:element name="asMedicineManufacturer" type="COCT_MT230100UV.MedicineManufacturer"
237 nillable="true"
238 minOccurs="0"
239 maxOccurs="unbounded"/>
240 <xs:element name="asContent" type="COCT_MT230100UV.Content" nillable="true" minOccurs="0"
241 maxOccurs="1"/>
242 <xs:element name="asSpecializedKind" type="COCT_MT230100UV.SpecializedKind" nillable="true"
243 minOccurs="0"
244 maxOccurs="unbounded"/>
245 <xs:element name="part" type="COCT_MT230100UV.Part" nillable="true" minOccurs="0"
246 maxOccurs="unbounded"/>
247 <xs:element name="ingredient" type="COCT_MT230100UV.Ingredient" nillable="true"
248 minOccurs="0"
249 maxOccurs="unbounded"/>
250 </xs:sequence>
251 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
252 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
253 <xs:attribute name="classCode" type="EntityClassManufacturedMaterial" use="required"/>
254 <xs:attribute name="determinerCode" type="EntityDeterminer" use="required"/>
255 </xs:complexType>
256 <xs:complexType name="COCT_MT230100UV.MedicineClass">
257 <xs:sequence>
258 <xs:group ref="InfrastructureRootElements"/>
259 <xs:element name="code" type="CE" minOccurs="1" maxOccurs="1"/>
260 <xs:element name="name" type="TN" minOccurs="0" maxOccurs="unbounded"/>
261 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
262 <xs:element name="formCode" type="CE" minOccurs="0" maxOccurs="1"/>
263 </xs:sequence>
264 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
265 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
266 <xs:attribute name="classCode" type="EntityClassManufacturedMaterial" use="required"/>
267 <xs:attribute name="determinerCode" type="EntityDeterminerDetermined" use="optional"
268 fixed="KIND"/>
269 </xs:complexType>
270 <xs:complexType name="COCT_MT230100UV.MedicineManufacturer">
271 <xs:sequence>
272 <xs:group ref="InfrastructureRootElements"/>
273 <xs:element name="manufacturer" type="COCT_MT230100UV.Manufacturer" nillable="true"
274 minOccurs="1"
275 maxOccurs="1"/>
276 </xs:sequence>
277 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
278 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
279 <xs:attribute name="classCode" type="RoleClassManufacturedProduct" use="required"/>
280 </xs:complexType>
281 <xs:complexType name="COCT_MT230100UV.ObservationGoal">
282 <xs:sequence>
283 <xs:group ref="InfrastructureRootElements"/>
284 <xs:element name="code" type="CD" minOccurs="0" maxOccurs="1"/>
285 <xs:element name="text" type="ED" minOccurs="0" maxOccurs="1"/>
286 <xs:element name="value" type="ANY" minOccurs="0" maxOccurs="1"/>
287 </xs:sequence>
288 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
289 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
290 <xs:attribute name="classCode" type="ActClassObservation" use="required"/>
291 <xs:attribute name="moodCode" type="ActMood" use="required" fixed="GOL"/>
292 </xs:complexType>
293 <xs:complexType name="COCT_MT230100UV.PackagedMedicine">
294 <xs:sequence>
295 <xs:group ref="InfrastructureRootElements"/>
296 <xs:element name="id" type="II" minOccurs="0" maxOccurs="1"/>
297 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
298 <xs:element name="name" type="TN" minOccurs="0" maxOccurs="unbounded"/>
299 <xs:element name="formCode" type="CE" minOccurs="0" maxOccurs="1"/>
300 <xs:element name="lotNumberText" type="ST" minOccurs="0" maxOccurs="1"/>
301 <xs:element name="capacityQuantity" type="PQ" minOccurs="0" maxOccurs="1"/>
302 <xs:element name="capTypeCode" type="CE" minOccurs="0" maxOccurs="1"/>
303 <xs:element name="asManufacturedProduct" type="COCT_MT230100UV.ManufacturedProduct"
304 nillable="true"
305 minOccurs="0"
306 maxOccurs="unbounded"/>
307 <xs:element name="asSuperContent" type="COCT_MT230100UV.SuperContent" nillable="true"
308 minOccurs="0"
309 maxOccurs="1"/>
310 <xs:element name="subContent" type="COCT_MT230100UV.SubContent" nillable="true"
311 minOccurs="0"
312 maxOccurs="1"/>
313 </xs:sequence>
314 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
315 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
316 <xs:attribute name="classCode" type="EntityClassContainer" use="required"/>
317 <xs:attribute name="determinerCode" type="EntityDeterminer" use="required"/>
318 </xs:complexType>
319 <xs:complexType name="COCT_MT230100UV.Part">
320 <xs:sequence>
321 <xs:group ref="InfrastructureRootElements"/>
322 <xs:element name="quantity" type="RTO_QTY_QTY" minOccurs="0" maxOccurs="1"/>
323 <xs:element name="partMedicine" type="COCT_MT230100UV.Medicine" minOccurs="1" maxOccurs="1"/>
324 <xs:element name="subjectOf" type="COCT_MT230100UV.Subject4" nillable="true" minOccurs="0"
325 maxOccurs="unbounded"/>
326 </xs:sequence>
327 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
328 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
329 <xs:attribute name="classCode" type="RoleClassPartitivePartByBOT" use="required"/>
330 </xs:complexType>
331 <xs:complexType name="COCT_MT230100UV.Policy">
332 <xs:sequence>
333 <xs:group ref="InfrastructureRootElements"/>
334 <xs:element name="code" type="CD" minOccurs="0" maxOccurs="1"/>
335 <xs:element name="text" type="ED" minOccurs="0" maxOccurs="1"/>
336 </xs:sequence>
337 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
338 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
339 <xs:attribute name="classCode" type="ActClassRoot" use="required"/>
340 <xs:attribute name="moodCode" type="ActMood" use="required" fixed="DEF"/>
341 </xs:complexType>
342 <xs:complexType name="COCT_MT230100UV.RelatedManufacturer">
343 <xs:sequence>
344 <xs:group ref="InfrastructureRootElements"/>
345 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
346 <xs:element name="representedManufacturer" type="COCT_MT230100UV.Manufacturer"
347 nillable="true"
348 minOccurs="0"
349 maxOccurs="1"/>
350 </xs:sequence>
351 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
352 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
353 <xs:attribute name="classCode" type="RoleClassAssignedEntity" use="required"/>
354 </xs:complexType>
355 <xs:complexType name="COCT_MT230100UV.Role">
356 <xs:sequence>
357 <xs:group ref="InfrastructureRootElements"/>
358 <xs:element name="playingManufacturer" type="COCT_MT230100UV.Manufacturer" minOccurs="1"
359 maxOccurs="1"/>
360 </xs:sequence>
361 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
362 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
363 <xs:attribute name="classCode" type="RoleClassRoot" use="required"/>
364 </xs:complexType>
365 <xs:complexType name="COCT_MT230100UV.SpecializedKind">
366 <xs:sequence>
367 <xs:group ref="InfrastructureRootElements"/>
368 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
369 <xs:element name="generalizedMedicineClass" type="COCT_MT230100UV.MedicineClass"
370 nillable="true"
371 minOccurs="0"
372 maxOccurs="1"/>
373 </xs:sequence>
374 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
375 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
376 <xs:attribute name="classCode" type="RoleClassIsSpeciesEntity" use="required"/>
377 </xs:complexType>
378 <xs:complexType name="COCT_MT230100UV.SubContent">
379 <xs:sequence>
380 <xs:group ref="InfrastructureRootElements"/>
381 <xs:element name="quantity" type="RTO_QTY_QTY" minOccurs="0" maxOccurs="1"/>
382 <xs:element name="containedPackagedMedicine" type="COCT_MT230100UV.PackagedMedicine"
383 nillable="true"
384 minOccurs="0"
385 maxOccurs="1"/>
386 </xs:sequence>
387 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
388 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
389 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="CONT"/>
390 </xs:complexType>
391 <xs:complexType name="COCT_MT230100UV.SubIngredient">
392 <xs:sequence>
393 <xs:group ref="InfrastructureRootElements"/>
394 <xs:element name="quantity" type="RTO_QTY_QTY" minOccurs="0" maxOccurs="1"/>
395 <xs:element name="ingredient" type="COCT_MT230100UV.Substance" nillable="true"
396 minOccurs="0"
397 maxOccurs="1"/>
398 </xs:sequence>
399 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
400 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
401 <xs:attribute name="classCode" type="RoleClassIngredientEntity" use="required"/>
402 <xs:attribute name="negationInd" type="bl" use="optional" default="false"/>
403 </xs:complexType>
404 <xs:complexType name="COCT_MT230100UV.Subject1">
405 <xs:sequence>
406 <xs:group ref="InfrastructureRootElements"/>
407 <xs:element name="approval" type="COCT_MT230100UV.Approval" nillable="true" minOccurs="1"
408 maxOccurs="1"/>
409 </xs:sequence>
410 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
411 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
412 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
413 </xs:complexType>
414 <xs:complexType name="COCT_MT230100UV.Subject11">
415 <xs:sequence>
416 <xs:group ref="InfrastructureRootElements"/>
417 <xs:element name="approval" type="COCT_MT230100UV.Approval" nillable="true" minOccurs="1"
418 maxOccurs="1"/>
419 </xs:sequence>
420 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
421 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
422 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
423 </xs:complexType>
424 <xs:complexType name="COCT_MT230100UV.Subject14">
425 <xs:sequence>
426 <xs:group ref="InfrastructureRootElements"/>
427 <xs:element name="policy" type="COCT_MT230100UV.Policy" nillable="true" minOccurs="1"
428 maxOccurs="1"/>
429 </xs:sequence>
430 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
431 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
432 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
433 </xs:complexType>
434 <xs:complexType name="COCT_MT230100UV.Subject15">
435 <xs:sequence>
436 <xs:group ref="InfrastructureRootElements"/>
437 <xs:element name="policy" type="COCT_MT230100UV.Policy" nillable="true" minOccurs="1"
438 maxOccurs="1"/>
439 </xs:sequence>
440 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
441 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
442 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
443 </xs:complexType>
444 <xs:complexType name="COCT_MT230100UV.Subject16">
445 <xs:sequence>
446 <xs:group ref="InfrastructureRootElements"/>
447 <xs:element name="approval" type="COCT_MT230100UV.Approval" nillable="true" minOccurs="1"
448 maxOccurs="1"/>
449 </xs:sequence>
450 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
451 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
452 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
453 </xs:complexType>
454 <xs:complexType name="COCT_MT230100UV.Subject2">
455 <xs:sequence>
456 <xs:group ref="InfrastructureRootElements"/>
457 <xs:element name="policy" type="COCT_MT230100UV.Policy" nillable="true" minOccurs="1"
458 maxOccurs="1"/>
459 </xs:sequence>
460 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
461 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
462 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
463 </xs:complexType>
464 <xs:complexType name="COCT_MT230100UV.Subject22">
465 <xs:sequence>
466 <xs:group ref="InfrastructureRootElements"/>
467 <xs:element name="characteristic" type="COCT_MT230100UV.Characteristic" nillable="true"
468 minOccurs="1"
469 maxOccurs="1"/>
470 </xs:sequence>
471 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
472 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
473 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
474 </xs:complexType>
475 <xs:complexType name="COCT_MT230100UV.Subject25">
476 <xs:sequence>
477 <xs:group ref="InfrastructureRootElements"/>
478 <xs:element name="characteristic" type="COCT_MT230100UV.Characteristic" nillable="true"
479 minOccurs="1"
480 maxOccurs="1"/>
481 </xs:sequence>
482 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
483 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
484 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
485 </xs:complexType>
486 <xs:complexType name="COCT_MT230100UV.Subject3">
487 <xs:sequence>
488 <xs:group ref="InfrastructureRootElements"/>
489 <xs:element name="observationGoal" type="COCT_MT230100UV.ObservationGoal" nillable="true"
490 minOccurs="1"
491 maxOccurs="1"/>
492 </xs:sequence>
493 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
494 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
495 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
496 </xs:complexType>
497 <xs:complexType name="COCT_MT230100UV.Subject4">
498 <xs:sequence>
499 <xs:group ref="InfrastructureRootElements"/>
500 <xs:element name="characteristic" type="COCT_MT230100UV.Characteristic" nillable="true"
501 minOccurs="1"
502 maxOccurs="1"/>
503 </xs:sequence>
504 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
505 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
506 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
507 </xs:complexType>
508 <xs:complexType name="COCT_MT230100UV.Subject7">
509 <xs:sequence>
510 <xs:group ref="InfrastructureRootElements"/>
511 <xs:element name="valuedItem" type="COCT_MT440001UV.ValuedItem" nillable="true"
512 minOccurs="1"
513 maxOccurs="1"/>
514 </xs:sequence>
515 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
516 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
517 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="optional" fixed="SBJ"/>
518 </xs:complexType>
519 <xs:complexType name="COCT_MT230100UV.Substance">
520 <xs:sequence>
521 <xs:group ref="InfrastructureRootElements"/>
522 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
523 <xs:element name="name" type="TN" minOccurs="0" maxOccurs="unbounded"/>
524 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
525 <xs:element name="lotNumberText" type="ST" minOccurs="0" maxOccurs="1"/>
526 <xs:element name="asSubstanceManufacturer" type="COCT_MT230100UV.SubstanceManufacturer"
527 nillable="true"
528 minOccurs="0"
529 maxOccurs="unbounded"/>
530 <xs:element name="subIngredient" type="COCT_MT230100UV.SubIngredient" nillable="true"
531 minOccurs="0"
532 maxOccurs="unbounded"/>
533 </xs:sequence>
534 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
535 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
536 <xs:attribute name="classCode" type="EntityClassManufacturedMaterial" use="required"/>
537 <xs:attribute name="determinerCode" type="EntityDeterminer" use="required"/>
538 </xs:complexType>
539 <xs:complexType name="COCT_MT230100UV.SubstanceManufacturer">
540 <xs:sequence>
541 <xs:group ref="InfrastructureRootElements"/>
542 <xs:element name="manufacturer" type="COCT_MT230100UV.Manufacturer" nillable="true"
543 minOccurs="1"
544 maxOccurs="1"/>
545 </xs:sequence>
546 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
547 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
548 <xs:attribute name="classCode" type="RoleClassManufacturedProduct" use="required"/>
549 </xs:complexType>
550 <xs:complexType name="COCT_MT230100UV.SuperContent">
551 <xs:sequence>
552 <xs:group ref="InfrastructureRootElements"/>
553 <xs:element name="quantity" type="RTO_QTY_QTY" minOccurs="0" maxOccurs="1"/>
554 <xs:element name="containerPackagedMedicine" type="COCT_MT230100UV.PackagedMedicine"
555 minOccurs="1"
556 maxOccurs="1"/>
557 </xs:sequence>
558 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
559 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
560 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="CONT"/>
561 </xs:complexType>
562 <xs:complexType name="COCT_MT230100UV.TerritorialAuthority">
563 <xs:sequence>
564 <xs:group ref="InfrastructureRootElements"/>
565 <xs:element name="territory" type="COCT_MT230100UV.Agency" nillable="true" minOccurs="0"
566 maxOccurs="1"/>
567 <xs:element name="governingCountry" type="COCT_MT230100UV.Country" nillable="true"
568 minOccurs="0"
569 maxOccurs="1"/>
570 </xs:sequence>
571 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
572 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
573 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="TERR"/>
574 </xs:complexType>
575</xs:schema>
Note: See TracBrowser for help on using the repository browser.