<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2007, Oracle. All rights reserved.      NAME      ordcmsd.xsd - XML Schema for DICOM standard dictionary document.        MODIFIED   (MM/DD/YY)   myalavar    06/06/07 - review comments   myalavar    04/10/07 - doc comments   dguo        04/02/05 -  Created-->
<xs:schema xmlns="http://xmlns.oracle.com/ord/dicom/standardDictionary_1_0" xmlns:dt="http://xmlns.oracle.com/ord/dicom/datatype_1_0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://xmlns.oracle.com/ord/dicom/standardDictionary_1_0" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:oraxdb="http://xmlns.oracle.com/xdb" oraxdb:storeVarrayAsTable="true" oraxdb:flags="8499" oraxdb:schemaURL="http://xmlns.oracle.com/ord/dicom/standardDictionary_1_0" oraxdb:schemaOwner="ORDSYS" oraxdb:numProps="9">
  <xs:import namespace="http://xmlns.oracle.com/ord/dicom/datatype_1_0" schemaLocation="http://xmlns.oracle.com/ord/dicom/datatype_1_0"/>
  <xs:annotation>
    <xs:documentation>    Introduction      This schema defines the data dictionary that lists the DICOM       standard attributes as published by the DICOM standard committee.      No other attributes, such as those defined by a modality       manufacturer or an organization other than NEMA,      should be included in the standard data dictionary.    Structure Overview      Question mark &quot;?&quot; means optional items.      Plus &quot;+&quot; means one or more items.      Asterisk &quot;*&quot; means zero or more items.      DICOM_STANDARD_ATTRIBUTES        DOCUMENT_HEADER?      DOCUMENT_CHANGE_LOG*        DOCUMENT_MODIFIER        DOCUMENT_MODIFICATION_DATE        DOCUMENT_VERSION?        MODIFICATION_COMMENT?            BASE_DOCUMENT?            BASE_DOCUMENT_RELEASE_DATE?        BASE_DOCUMENT_DESCRIPTION?    ATTRIBUTE_DEFINERS?      DEFINER+        NAME        ID?        STANDARD_ATTRIBUTE_DEFINITION+      TAG      NAME      VR?          VM?          RETIRED?        DOCUMENT_HEADER is an optional header to specify the    modification history. See dt:DOCUMENT_HEADER_T    for more information.    ATTRIBUTE_DEFINERS specify the owner of each    attribute. See dt:ATTR_DEFINER_T for more    information. All DICOM standard attributes must have    definer name &quot;DICOM&quot; and UID &quot;1.2.840.10008.1&quot;.    A standard dictionary contains one or more standard attribute    definitions.    Each standard attribute specification takes a tag specification,    a name, a value representation type, a value multiplicity    type, and a retired flag. See DICOM P3-6 2007 for a     description of these elements. See dt:VR_T dt:VM_T for the allowed     values of value representation and value multiplicity elements.        Note: Wildcard character &quot;x&quot; can be used to specify    standard attribute tags (for example, 60xx0010 for overlay rows).          Multiple attribute definitions must not be associated with    the same tag in a standard dictionary. For example, the    attribute definition 60100010 matches the wildcard     attribute 60xx0010, they cannot coexist in     the dictionary. As a rule, an attribute must not match two     entries in the dictionary.  </xs:documentation>
  </xs:annotation>
  <xs:element name="DICOM_STANDARD_ATTRIBUTES" oraxdb:propNumber="3499" oraxdb:global="true" oraxdb:SQLName="DICOM_STANDARD_ATTRIBUTES" oraxdb:SQLType="DICOM_STANDARD_ATTRIBUT545_T" oraxdb:SQLSchema="ORDSYS" oraxdb:memType="258">
    <xs:complexType oraxdb:SQLType="DICOM_STANDARD_ATTRIBUT545_T" oraxdb:SQLSchema="ORDSYS">
      <xs:sequence>
        <xs:element name="DOCUMENT_HEADER" type="dt:DOCUMENT_HEADER_T" minOccurs="0" oraxdb:propNumber="3491" oraxdb:global="false" oraxdb:SQLName="DOCUMENT_HEADER" oraxdb:SQLType="DOCUMENT_HEADER_T343_T" oraxdb:SQLSchema="ORDSYS" oraxdb:memType="258" oraxdb:MemInline="false" oraxdb:SQLInline="true" oraxdb:JavaInline="false"/>
        <xs:element name="ATTRIBUTE_DEFINERS" type="dt:ATTR_DEFINERS_T" minOccurs="0" oraxdb:propNumber="3492" oraxdb:global="false" oraxdb:SQLName="ATTRIBUTE_DEFINERS" oraxdb:SQLType="ATTR_DEFINERS_T338_T" oraxdb:SQLSchema="ORDSYS" oraxdb:memType="258" oraxdb:MemInline="false" oraxdb:SQLInline="true" oraxdb:JavaInline="false"/>
        <xs:element name="STANDARD_ATTRIBUTE_DEFINITION" maxOccurs="unbounded" oraxdb:propNumber="3498" oraxdb:global="false" oraxdb:SQLName="STANDARD_ATTRIBUTE_DEFINITION" oraxdb:SQLType="STANDARD_ATTRIBUTE_DEFI546_T" oraxdb:SQLSchema="ORDSYS" oraxdb:memType="258" oraxdb:MemInline="false" oraxdb:SQLInline="true" oraxdb:JavaInline="false" oraxdb:SQLCollType="STANDARD_ATTRIBUTE_D547_COLL" oraxdb:SQLCollSchema="ORDSYS">
          <xs:complexType oraxdb:SQLType="STANDARD_ATTRIBUTE_DEFI546_T" oraxdb:SQLSchema="ORDSYS">
            <xs:sequence>
              <xs:element name="TAG" type="dt:ATTR_TAG_T" oraxdb:propNumber="3493" oraxdb:global="false" oraxdb:SQLName="TAG" oraxdb:SQLType="VARCHAR2" oraxdb:memType="1" oraxdb:MemInline="true" oraxdb:SQLInline="true" oraxdb:JavaInline="true"/>
              <xs:element name="NAME" type="dt:SHORT_STRING_T" oraxdb:propNumber="3494" oraxdb:global="false" oraxdb:SQLName="NAME" oraxdb:SQLType="VARCHAR2" oraxdb:memType="1" oraxdb:MemInline="true" oraxdb:SQLInline="true" oraxdb:JavaInline="true"/>
              <xs:element name="VR" type="dt:VR_T" minOccurs="0" oraxdb:propNumber="3495" oraxdb:global="false" oraxdb:SQLName="VR" oraxdb:SQLType="VARCHAR2" oraxdb:memType="1" oraxdb:MemInline="true" oraxdb:SQLInline="true" oraxdb:JavaInline="true"/>
              <xs:element name="VM" type="dt:VM_T" minOccurs="0" oraxdb:propNumber="3496" oraxdb:global="false" oraxdb:SQLName="VM" oraxdb:SQLType="VARCHAR2" oraxdb:memType="1" oraxdb:MemInline="true" oraxdb:SQLInline="true" oraxdb:JavaInline="true"/>
              <xs:element name="RETIRED" type="xs:boolean" minOccurs="0" oraxdb:propNumber="3497" oraxdb:global="false" oraxdb:SQLName="RETIRED" oraxdb:SQLType="RAW" oraxdb:memType="252" oraxdb:MemInline="true" oraxdb:SQLInline="true" oraxdb:JavaInline="true"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>
