CoreModel

The Professional Database Modeler


home page

description

license

metadata server

xml schema

internal map

external map

change log

   




Professional data modeler.

            Metadata server.

                        Data dictionary.




      Key XML Schemata


          ( Please scroll down. )


documentation

testing

free download

requirements

database manager

query tool

inquiries

policy letter

date protocol



                               
Notes

The documentation page is a prerequisite for understanding this page.

This page contains reference data for CoreModel system administrators. The following are key system XML schemata which are referred to by the documentation and with which the CoreModel system administrator must be familiar. Other key XML schemata are not shown here because they can be retrieved through the pointer.

This page on this web site is the sole interface precipitator for all installations until further notice. Since CoreModel is growing and improving rapidly, system administrators are advised to refer to this page when updating systems.




Dictionary Entry Point/Pointer

This is generated by the CoreModel Metadata Server as the entry point into its metadata dictionary. It points to various subsequently required schemata as well as to the next link which is models.xsd, all of which are dynamically generated by the autonomous server. This pointer is expected to serve any computer systems that need to tie into CoreModel's metadata publication.

‹?xml version='1.0'?›
‹xsd:schema xmlns:xsd='http://www.w3.org/2001/
                                          XMLSchema'
            xmlns:cm='http://www.coremodel.com/
                                       schemata.htm'
            targetNamespace='http://
                     www.coremodel.com/schemata.htm'
            /›
   ‹xsd:annotation›
      ‹xsd:documentation xml:lang='en'›
         CoreModel metadata.
         copyright 2001 John E Ragan
         schema id:     Dictionary
         file name:     meta.xsd
         date printed:  2001:10:30
         time printed:  20:12:33
         server:        server4
         (This schema is of the CoreModel 
                         metadata dictionary. )
      ‹xsd:documentation›
      ‹xsd:appInfo›
         schemaId=dictionary
         fileId=meta.xsd
         dateTime=2001:10:30:20:12:33
      ‹/xsd:appInfo›
   ‹xsd:annotation›
   ‹xsd:element name='schemaId'      
                            type='xsd:string'/›
   ‹xsd:element name='description'   
                            type='xsd:string'/›
   ‹xsd:element name='fileLocation'  
                            type='xsd:string'/›
   ‹xsd:element name='fileName'
                            type='xsd:string'/›
   ‹xsd:element name='modelId' minOccurs='1'
                                 maxOccurs='1'›
      ‹xsd:complexType›
         ‹xsd:attribute name='modelName'
                            type='xsd:string'/›
         ‹xsd:attribute name='printDate'
                            type='xsd:string'/›
         ‹xsd:attribute name='printTime'
                            type='xsd:string'/›
      ‹/xsd:complexType›
   ‹/xsd:element›
   ‹xsd:element name='meta'›
      ‹xsd:complexType›
         ‹xsd:sequence›
            ‹xsd:element ref='schemaId'
                   minOccurs='1' maxOccurs='1'/›
            ‹xsd:element ref='description'
                   minOccurs='0' maxOccurs='1'/›
            ‹xsd:element ref='fileLocation'
                   minOccurs='1' maxOccurs='1'/›
            ‹xsd:element ref='fileName'
                   minOccurs='1' maxOccurs='1'/›
         ‹/xsd:sequence›
      ‹/xsd:complexType›
   ‹/xsd:element›
   ‹xsd:element name='schemata' minOccurs='1'
                                  maxOccurs='1'›
      ‹xsd:complexType›
         ‹xsd:element ref='meta' minOccurs='1'
                         maxOccurs='unbounded'/›
      ‹/xsd:complexType›
   ‹/xsd:element›
‹/xsd:schema›
‹schemata›
   ‹meta›
      ‹xsd:annotation›
         ‹xsd:documentation xml:lang='en'›
            self description to insure completeness
         ‹xsd:documentation›
      ‹xsd:annotation›
      ‹schemaId›dictionary schema‹/schemaId›
      ‹description›metadata dictionary‹/description›
      ‹fileLocation›\\server4\server4c\modeler
                  \metadata\‹/fileLocation›
      ‹fileName›meta.xml‹/fileName›
   ‹/meta›
   ‹meta›
      ‹schemaId›models‹/schemaId›
      ‹description›model description and
                       location‹/description›
      ‹fileLocation›\\server4\server4c\modeler
                    \metadata\‹/fileLocation›
      ‹fileName›models.xml‹/fileName›
   ‹/meta›
   ‹meta›
      ‹schemaId›entities‹/schemaId›
      ‹description›entity schema‹/description›
      ‹fileLocation›\\server4\server4c\
             modeler\metadata\‹/fileLocation›
      ‹fileName›entity.xml‹/fileName›
   ‹/meta›
   ‹meta›
      ‹schemaId›attributes‹/schemaId›
      ‹description›attribute schema‹/description›
      ‹fileLocation›\\server4\server4c\modeler\
                     metadata\‹/fileLocation›
      ‹fileName›attrib.xml‹/fileName›
   ‹/meta›
   ‹meta›
      ‹schemaId›indexes‹/schemaId›
      ‹description›index schema‹/description›
      ‹fileLocation›\\server4\server4c\modeler\
                     metadata\‹/fileLocation›
      ‹fileName›index.xml‹/fileName›
   ‹/meta›
   ‹meta›
      ‹schemaId›processes‹/schemaId›
      ‹description›process schema‹/description›
      ‹fileLocation›\\server4\server4c\modeler\
                      metadata\‹/fileLocation›
      ‹fileName›process.xml‹/fileName›
   ‹/meta›
   ‹meta›
      ‹schemaId›views‹/schemaId›
      ‹description›view schema‹/description›
      ‹fileLocation›\\server4\server4c\modeler
                      \metadata\‹/fileLocation›
      ‹fileName›view.xml‹/fileName›
   ‹/meta›
‹/schemata›      




Remote Control

This schema is the interface between the internet and CoreModel's remote control server.

‹xsd:schema xmlns:xsd='http://www.w3.org/2001/
                                         XMLSchema'
            xmlns:cm='http://www.coremodel.com/
                                      schemata.htm'
            targetNamespace='http://www.coremodel.
                              com/xsd/schemata.htm'
            /›
   ‹xsd:annotation›
      ‹xsd:documentation xml:lang='en'›
         CoreModel metadata.
         copyright 2001 John E Ragan
         schema id:     Remote Controls
         file name:     controls.xsd
         date printed:  2001:10:30
         time printed:  20:12:33
         server:        
         (This schema is of the CoreModel remote 
                                  control update. )
      ‹xsd:documentation›
      ‹xsd:appInfo›
         schemaId=remoteControls
         fileId=controls.xsd
         dateTime=2001:10:30:20:12:33
      ‹/xsd:appInfo›
   ‹xsd:annotation›
   ‹xsd:element name='description'
                           type='xsd:string'/›
   ‹xsd:element name='value'
                           type='xsd:string'/›
   ‹xsd:element name='control'›
      ‹xsd:complexType›
         ‹xsd:sequence›
            ‹xsd:element ref='description'
                 minOccurs='1' maxOccurs='1'/›
            ‹xsd:element ref='value'
                 minOccurs='1' maxOccurs='1'/›
         ‹/xsd:sequence›
      ‹/xsd:complexType›
   ‹/xsd:element›

   ‹xsd:element name='controls' minOccurs='1'
                                maxOccurs='1'›
      ‹xsd:complexType›
         ‹xsd:element ref='control' minOccurs=
                   '0' maxOccurs='unbounded'/›
      ‹/xsd:complexType›
   ‹/xsd:element›
‹/xsd:schema›
‹controls›
   ‹control›
      ‹description›login‹/description›
      ‹value›test‹/value›
   ‹/control›
   ‹control›
      ‹description›password‹/description›
      ‹value›test‹/value›
   ‹/control›
   ‹control›
      ‹description›newLogin‹/description›
      ‹value›test‹/value›
   ‹/control›
   ‹control›
      ‹description›newPassword ‹/description›
      ‹value›test‹/value›
   ‹/control›
   ‹control›
      ‹description›maxLogSize ‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›organizationName‹/description›
      ‹value›CoreModel‹/value›
   ‹/control›
   ‹control›
      ‹description›organizationAddress1‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›organizationAddress2‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›organizationCity‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›organizationState‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›organizationZip‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›webSiteCycle‹/description›
      ‹value›five minutes‹/value›
   ‹/control›
   ‹control›
      ‹description›dictionaryCycle‹/description›
      ‹value›30 minutes‹/value›
   ‹/control›
   ‹control›
      ‹description›remoteCycle‹/description›
      ‹value›five minutes ‹/value›
   ‹/control›
   ‹control›
      ‹description›webServerToggle‹/description›
      ‹value›stop‹/value›
   ‹/control›
   ‹control›
      ‹description›dictionaryServerToggle‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›remoteServerToggle‹/description›
      ‹value›stop‹/value›
   ‹/control›
   ‹control›
      ‹description›startWebSite‹/description›
      ‹value›‹/value›
   ‹/control›
   ‹control›
      ‹description›verboseLoggingToggle‹/description›
      ‹value›‹/value›
   ‹/control›
‹/controls›        

                               




This web site was created with and is maintained with
Notepad and FTP from the DOS prompt.

       

Copyright 1999 - 2006 John Ragan.
CoreReader, CoreModel, and AxleBase are registered trademarks.