<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.    NAME     ordcmstl.xsd - XML schema for the DICOM STORED_TAG_LIST document   MODIFIED   (MM/DD/YY)   fechen      07/14/08 - Created-->
<xs:schema xmlns="http://xmlns.oracle.com/ord/dicom/attributeTag_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/attributeTag_1_0" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:oraxdb="http://xmlns.oracle.com/xdb" oraxdb:storeVarrayAsTable="true" oraxdb:flags="8497" oraxdb:schemaURL="http://xmlns.oracle.com/ord/dicom/attributeTag_1_0" oraxdb:schemaOwner="ORDSYS" oraxdb:numProps="3">
  <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 STORED_TAG_LIST document.        This document lists the attribute tags that are       persistently stored in the metadata attribute of the ORDDICOM object.     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.        ATTRIBUTE_TAG_LIST          DOCUMENT_HEADER?            DOCUMENT_CHANGE_LOG*            DOCUMENT_MODIFIER            DOCUMENT_MODIFICATION_DATE            DOCUMENT_VERSION?            MODIFICATION_COMMENT?            BASE_DOCUMENT?            BASE_DOCUMENT_RELEASE_DATE?            BASE_DOCUMENT_DESCRIPTION?          ATTRIBUTE_TAG+    </xs:documentation>
  </xs:annotation>
  <xs:element name="ATTRIBUTE_TAG_LIST" oraxdb:propNumber="3547" oraxdb:global="true" oraxdb:SQLType="CLOB" oraxdb:SQLName="ATTRIBUTE_TAG_LIST" oraxdb:memType="258">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="DOCUMENT_HEADER" type="dt:DOCUMENT_HEADER_T" minOccurs="0" oraxdb:propNumber="3545" oraxdb:global="false" oraxdb:memType="258" oraxdb:MemInline="false" oraxdb:SQLInline="true" oraxdb:JavaInline="false"/>
        <xs:element name="ATTRIBUTE_TAG" type="dt:VALUE_LOCATOR_T" minOccurs="1" maxOccurs="unbounded" oraxdb:propNumber="3546" oraxdb:global="false" oraxdb:memType="1" oraxdb:MemInline="true" oraxdb:SQLInline="true" oraxdb:JavaInline="true">
          <xs:annotation>
            <xs:documentation>               Each ATTRIBUTE_TAG entry describes one locator path of a               DICOM attribute in the list.            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>
