All schemas
COCT_MT910000UV.xsd
MessageTypeDetails
| Filename | COCT_MT910000UV.xsd |
|---|---|
| Domain | Common Message Element Types |
| Type | MT |
| Type Name | MessageType |
| Artifact | COCT_MT910000UV |
| Number | 910000 |
| Realm | UV |
| Version | — |
| Path | artifacts/COCT_MT910000UV.xsd |
| Size | 9.2 KB |
Identifier breakdown
COCTDomain
910000Number
UVRealm
XSD Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xs:schema xmlns="urn:hl7-org:v3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ex="urn:hl7-org/v3-example"
targetNamespace="urn:hl7-org:v3"
elementFormDefault="qualified"><!--
*****************************************************************************************************************
* XML schema for message type COCT_MT910000UV.
* Source information:
* Rendered by: Visio to MIF transform
* Rendered on:
* Saved in XML file by RMIM Designer in Visio at 2012-07-01T09:05:41
Flat to Serialization Transform: $Id: MIFStaticModelFlatToSerialization.xsl 8529 2011-02-09 20:49:58Z lloyd_mckenzie $
Fix Names Transform: $Id: FixMifNames.xsl 8355 2009-10-07 03:16:34Z lloyd_mckenzie $
Base transform: $Id: ConvertBase.xsl 8870 2011-09-14 18:32:56Z woody_beeler $
Package Id Conversion: $Id: TransformPackageIds.xsl 8398 2010-10-12 01:52:15Z lloyd_mckenzie $
Flat to Serialization Transform: $Id: MIFStaticModelFlatToSerialization.xsl 7375 2009-01-26 19:26:53Z wbeeler $
*
* Generated by XMLITS version 3.4.12
* MIF to XSD Transform $Id: StaticMifToXsd.xsl 8890 2012-11-27 02:38:05Z woody_beeler $
* Package Id Conversion: $Id: TransformPackageIds.xsl 8398 2010-10-12 01:52:15Z lloyd_mckenzie $
/****************************************************************************************
* Copyright (c) 2017 Health Level Seven International
* All rights reserved. All contributors are assumed to participate freely in
* IP sharing without restriction. All licensing conforms to the Open Health
* Tools IP Policy. http://www.openhealthtools.org/ip_policy.htm.
* The Eclipse Public License shall serve as the primary license for the
* contributions. http://www.eclipse.org/legal/epl-v10.html.
*
* Contributors: Health Level Seven International - initial implementation
****************************************************************************************/
--><xs:annotation>
<xs:documentation>Generated using schema builder version 3.4.12. Stylesheets:
Saved in XML file by RMIM Designer in Visio at 2012-07-01T09:05:41
Flat to Serialization Transform: $Id: MIFStaticModelFlatToSerialization.xsl 8529 2011-02-09 20:49:58Z lloyd_mckenzie $
Fix Names Transform: $Id: FixMifNames.xsl 8355 2009-10-07 03:16:34Z lloyd_mckenzie $
Base transform: $Id: ConvertBase.xsl 8870 2011-09-14 18:32:56Z woody_beeler $
Package Id Conversion: $Id: TransformPackageIds.xsl 8398 2010-10-12 01:52:15Z lloyd_mckenzie $
Flat to Serialization Transform: $Id: MIFStaticModelFlatToSerialization.xsl 7375 2009-01-26 19:26:53Z wbeeler $
StaticMifToXsd.xsl version 2.0</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="../coreschemas/infrastructureRoot-r2.xsd"/>
<xs:include schemaLocation="COCT_MT150003UV03.xsd"/>
<xs:include schemaLocation="COCT_MT150002UV01.xsd"/>
<xs:include schemaLocation="COCT_MT040200UV09.xsd"/>
<xs:complexType name="COCT_MT910000UV.CareGiver">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="id" type="DSET_II" minOccurs="0" maxOccurs="1"/>
<xs:element name="code" type="CD" minOccurs="0" maxOccurs="1"/>
<xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
<xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="careGiverRelatedPerson" type="COCT_MT910000UV.RelatedPerson"
nillable="true"
minOccurs="1"
maxOccurs="1"/>
<xs:element name="careGiverScoper" type="COCT_MT910000UV.SubjectPerson" nillable="true"
minOccurs="0"
maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="classCode" type="RoleClassCaregiver" use="required"/>
</xs:complexType>
<xs:complexType name="COCT_MT910000UV.Employee">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="id" type="DSET_II" minOccurs="0" maxOccurs="1"/>
<xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
<xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="jobClassCode" type="CD" minOccurs="0" maxOccurs="1"/>
<xs:element name="employeeSubjectPerson" type="COCT_MT910000UV.SubjectPerson"
nillable="true"
minOccurs="0"
maxOccurs="1"/>
<xs:element name="employerOrganization" type="COCT_MT150003UV03.Organization"
nillable="true"
minOccurs="1"
maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="classCode" type="RoleClassEmployee" use="required"/>
</xs:complexType>
<xs:complexType name="COCT_MT910000UV.OtherIDs">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="id" type="DSET_II" minOccurs="1" maxOccurs="1"/>
<xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
<xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="scopingOrganization" type="COCT_MT150002UV01.Organization"
nillable="true"
minOccurs="0"
maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
<xs:attribute name="classCode" type="RoleClassRoot" use="required"/>
</xs:complexType>
<xs:complexType name="COCT_MT910000UV.PersonalRelationship">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="id" type="DSET_II" minOccurs="0" maxOccurs="1"/>
<xs:element name="code" type="CD" minOccurs="1" maxOccurs="1"/>
<xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
<xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="relationshipHolder" type="COCT_MT910000UV.RelatedPerson" nillable="true"
minOccurs="1"
maxOccurs="1"/>
<xs:element name="personalRelationshipWith" type="COCT_MT910000UV.SubjectPerson"
nillable="true"
minOccurs="0"
maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="classCode" type="RoleClassPersonalRelationship" use="required"/>
</xs:complexType>
<xs:complexType name="COCT_MT910000UV.RelatedPerson">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="name" type="DSET_EN" minOccurs="0" maxOccurs="1"/>
<xs:element name="telecom" type="DSET_TEL" minOccurs="0" maxOccurs="1"/>
<xs:element name="administrativeGenderCode" type="CD" minOccurs="0" maxOccurs="1"/>
<xs:element name="birthTime" type="TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="deceasedTime" type="TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="addr" type="DSET_AD" minOccurs="0" maxOccurs="1"/>
<xs:element name="asOtherIDs" type="COCT_MT910000UV.OtherIDs" nillable="true" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
<xs:attribute name="classCode" type="EntityClassPerson" use="required"/>
<xs:attribute name="determinerCode" type="EntityDeterminerSpecific" use="required"/>
</xs:complexType>
<xs:complexType name="COCT_MT910000UV.Student">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="id" type="DSET_II" minOccurs="0" maxOccurs="1"/>
<xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
<xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
<xs:element name="student" type="COCT_MT910000UV.SubjectPerson" nillable="true"
minOccurs="0"
maxOccurs="1"/>
<xs:element name="schoolOrganization" type="COCT_MT150003UV03.Organization" nillable="true"
minOccurs="1"
maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="classCode" type="RoleClassStudent" use="required"/>
</xs:complexType>
<xs:complexType name="COCT_MT910000UV.SubjectPerson">
<xs:sequence>
<xs:group ref="InfrastructureRootElements"/>
<xs:element name="id" type="II" minOccurs="1" maxOccurs="1"/>
<xs:element name="name" type="DSET_EN" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="InfrastructureRootAttributes"/>
<xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
<xs:attribute name="classCode" type="EntityClassPerson" use="required"/>
<xs:attribute name="determinerCode" type="EntityDeterminerSpecific" use="required"/>
</xs:complexType>
</xs:schema>