-
Notifications
You must be signed in to change notification settings - Fork 0
/
infrastructureRoot.xsd
30 lines (30 loc) · 1.71 KB
/
infrastructureRoot.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mif="urn:hl7-org:v3/mif"
xmlns:v3="urn:hl7-org:v3"
xmlns:ex="urn:hl7-org/v3-example"
targetNamespace="urn:hl7-org:v3"
elementFormDefault="qualified">
<xs:annotation xmlns="urn:hl7-org:v3">
<xs:documentation>Source Information
Rendered by: RoseTree 4.0.9
Rendered on: 3-5-2007T12:50:17
This model was rendered into XML using software provided to HL7 by Beeler Consulting LLC.
Transform: $RCSfile: RoseTreeRimToMIFStaticModel.xsl,v $ $Revision: 1.2 $ $Date: 2007/03/06 06:56:43 $
Generated using schema builder version: 3.0.3
RIM MIF Infrastructure Root to Schema Transform: $Id: RimInfrastructureRootToXsd.xsl,v 1.2 2007/03/06 06:56:44 wbeeler Exp $
Static MIF to Schema Transform: $Id: StaticMifToXsd.xsl,v 1.2 2007/03/06 06:56:44 wbeeler Exp $
Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.2 2007/03/06 06:56:45 wbeeler Exp $</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="../coreschemas/voc.xsd"/>
<xs:include schemaLocation="../coreschemas/datatypes.xsd"/>
<xs:group name="InfrastructureRootElements">
<xs:sequence>
<xs:element xmlns="urn:hl7-org:v3" name="realmCode" type="CS" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element xmlns="urn:hl7-org:v3" name="typeId" type="II" minOccurs="0" maxOccurs="1"/>
<xs:element xmlns="urn:hl7-org:v3" name="templateId" type="II" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:group>
<xs:attributeGroup name="InfrastructureRootAttributes"/>
</xs:schema>