MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/ord/xml/xsd/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/ord/xml/xsd/ordcmstl.xsd

<?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">
  <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 "?" means optional items.
        Plus "+" means one or more items.
        Asterisk "*" 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">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="DOCUMENT_HEADER" type="dt:DOCUMENT_HEADER_T" minOccurs="0"/>
        <xs:element name="ATTRIBUTE_TAG" type="dt:VALUE_LOCATOR_T" minOccurs="1" maxOccurs="unbounded" >
          <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>

OHA YOOOO