MNFCTR_MDL 
Logical Entity Name  Mnfctr Mdl 
Default Table Name  MNFCTR_MDL 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
Manufacturer Model: The master list of equipment produced by the manufacturer.
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE MNFCTR_MDL(
     MNFCTR_ID           NUMBER(4, 0)       NOT NULL,
     MDL_NBR             VARCHAR2(75)       NOT NULL,
     EQUIP_CAT_ID        VARCHAR2(10)       NOT NULL,
     EQUIP_SUBCAT_ID     VARCHAR2(10),
     MDL_DESC            VARCHAR2(255),
     ELECT_CLASS         VARCHAR2(50),
     UNIT_CST            NUMBER(18, 0),
     PNL_HGHT            NUMBER(12, 4),
     AC_VOLTAGE          VARCHAR2(50),
     AC_CUR              VARCHAR2(50),
     AC_WATTS            VARCHAR2(50),
     AC_VA               VARCHAR2(50),
     DC_VOLTAGE          VARCHAR2(50),
     DC_CUR              VARCHAR2(50),
     HEAT_OUT            VARCHAR2(50),
     RAD_LIMIT           VARCHAR2(50),
     DIMENSIONS_UOM      VARCHAR2(50),
     WIDTH               NUMBER(12, 4),
     DEPTH               NUMBER(12, 4),
     HEIGHT              NUMBER(12, 4),
     LENGTH              NUMBER(12, 4),
     WT                  NUMBER(10, 0),
     WEB_ADDR            VARCHAR2(2048),
     EST_COST            NUMBER(18, 0),
     SHAPE               VARCHAR2(50),
     OUTPUT_UOM          VARCHAR2(25),
     OUTPUT_HIGH         NUMBER(10, 2),
     OUTPUT_LOW          NUMBER(10, 2),
     INPUT_TYPE          VARCHAR2(255),
     TMIN                NUMBER(94, 0),
     TMAX                NUMBER(94, 0),
     PMAX                NUMBER(38, 0),
     MAGFLD              NUMBER(12, 6),
     RACK_MOUNT_IND      CHAR(1)            DEFAULT 'N' NOT NULL,
     CONSTRAINT MNFCTR_MDL_PK PRIMARY KEY (MNFCTR_ID, MDL_NBR)
     USING INDEX
         PCTFREE 10
         INITRANS 2
         MAXTRANS 255
         TABLESPACE EQUIP_INDEX_TS
         LOGGING
         STORAGE(INITIAL 64K
                 NEXT 64K
                 MINEXTENTS 1
                 MAXEXTENTS UNLIMITED
                 PCTINCREASE 0
                 ),
     CONSTRAINT MNFCTR_RF FOREIGN KEY (MNFCTR_ID)
     REFERENCES MNFCTR(MNFCTR_ID),
     CONSTRAINT EQUIP_CAT_MDL_RF FOREIGN KEY (EQUIP_CAT_ID)
     REFERENCES EQUIP_CAT(EQUIP_CAT_ID),
     CONSTRAINT UOM_MNFCTR_MDL_RF FOREIGN KEY (DIMENSIONS_UOM)
     REFERENCES UNIT_OF_MEASURE(UOM),
     CONSTRAINT MNFTR_MDL_SUBCAT_RF FOREIGN KEY (EQUIP_CAT_ID, EQUIP_SUBCAT_ID)
     REFERENCES EQUIP_SUBCAT(EQUIP_CAT_ID, EQUIP_SUBCAT_ID)
)
PCTFREE 10
PCTUSED 40
INITRANS 1
MAXTRANS 255
TABLESPACE EQUIP_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 64K
         NEXT 64K
         MINEXTENTS 1
         MAXEXTENTS UNLIMITED
         PCTINCREASE 0
         )
NOCACHE
NOCOMPRESS
;
 
PostSQL   

MNFCTR_MDL Columns 
ColumnName  Domain  Datatype  NULL  Definition 
MNFCTR_ID(PK)(FK)    NUMBER(4, 0)  NO 
Manufacturer Identifier: The unique identifier for the manufacturer.
 
MDL_NBR(PK)    VARCHAR2(75)  NO 
Manufacturer Model Number: The manufacturer supplied model number for the equipment.
 
EQUIP_CAT_ID(FK)  Operation Group  VARCHAR2(10)  NO 
Equipment Category  Identifier: The unique identifier for a specific equipment category.
 
EQUIP_SUBCAT_ID(FK)    VARCHAR2(10)  YES 
Equipment Subcategory Identifier:  The unique identifier for an equipment subcategory.
 
MDL_DESC  Description  VARCHAR2(255)  YES 
Model Description:  A free form text field used to describe the manufacturer model.
 
ELECT_CLASS  Default Text  VARCHAR2(50)  YES 
Electrical Class: The electrical classification of the manufacturer model consisting of class, division and group.
 
UNIT_CST  Currency  NUMBER(18, 0)  YES 
Unit Cost: The original purchase cost of the manufacturer model.
 
PNL_HGHT  Dimension  NUMBER(12, 4)  YES 
Panel Height: The physical rack space required to hold the equipment.  Measured in inches.
 
AC_VOLTAGE  Default Text  VARCHAR2(50)  YES 
AC Voltage: The AC voltage specified  by the manufacturer for the specific model.  It is measured in volts.
 
AC_CUR  Default Text  VARCHAR2(50)  YES 
AC Current: The AC current specified  by the manufacturer for the specific model.  Measured in amps.
 
AC_WATTS  Default Text  VARCHAR2(50)  YES 
AC Watts: The AC watts specified by the manufacturer for the specific model.  Measured in Watts.
 
AC_VA  Default Text  VARCHAR2(50)  YES 
AC VA
 
DC_VOLTAGE  Default Text  VARCHAR2(50)  YES 
DC Voltage: The DC voltage specified by the manufacturer for the model.  Measured in volts.
 
DC_CUR  Default Text  VARCHAR2(50)  YES 
DC Current: The DC current specified by the manufacturer for the model.  Measures in amps.
 
HEAT_OUT  Default Text  VARCHAR2(50)  YES 
Heat Out: The maximum heat dissipation specified by the manufacturer for the model.  Measured in BTU/hr. 
 
RAD_LIMIT  Default Text  VARCHAR2(50)  YES 
Radiation Limit: The radiation limit specified by the manufacturer for the model.
 
DIMENSIONS_UOM(FK)    VARCHAR2(50)  YES 
Unit of Measure:  A field used to define a unique unit of measure.
 
WIDTH  Dimension  NUMBER(12, 4)  YES 
Width: The physical width of the equipment.
 
DEPTH  Dimension  NUMBER(12, 4)  YES 
Depth: The physical depth of the equipment
 
HEIGHT  Dimension  NUMBER(12, 4)  YES 
Height: The height of the equipment.
 
LENGTH  Dimension  NUMBER(12, 4)  YES 
Length: The length of the equipment.
 
WT    NUMBER(10, 0)  YES 
Weight: The weight of the equipment.
 
WEB_ADDR  URL  VARCHAR2(2048)  YES 
Web Site Address:  Contains the internet address for the manufacturer's website for the specific product model.
 
EST_COST  Currency  NUMBER(18, 0)  YES 
Estimated Cost:  The estimated cost for the manufacturer model.
 
SHAPE    VARCHAR2(50)  YES 
Shape: 
 
OUTPUT_UOM    VARCHAR2(25)  YES 
Output Unit of Measure:  The scale used when specifying the Output High and Output Low values.
 
OUTPUT_HIGH    NUMBER(10, 2)  YES 
Output High:  The range end value for the Input Type.
 
OUTPUT_LOW    NUMBER(10, 2)  YES 
Output Low:  The starting range value for the Input Type.
 
INPUT_TYPE    VARCHAR2(255)  YES 
Input Type:  The category of input type for the manufacturer model.
 
TMIN  Temperature  NUMBER(94, 0)  YES 
Minimum Temperature:  Measured in Kelvin.
 
TMAX  Temperature  NUMBER(94, 0)  YES 
Maximum Temperature:  Measured in Kelvin.
 
PMAX    NUMBER(38, 0)  YES 
Maximum Pressure:  Measured in Pascal
 
MAGFLD    NUMBER(12, 6)  YES 
Magnetic Field:  Measured in Telsa
 
RACK_MOUNT_IND  Indicator  CHAR(1)  NO 
Rack Mount Indicator:  Used to identify equipment that is mounted in a rack.  Default is "N".
 

MNFCTR_MDL Primary and Unique Keys 
Key Name  Key Type  Keys 
MNFCTR_MDL_PK  PrimaryKey  MNFCTR_ID, MDL_NBR 

MNFCTR_MDL Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
EQUIP_CAT  Non-Identifying  One To Zero or More  EQUIP_CAT_MDL_RF  groups  is assigned to  EQUIP_CAT_ID  NO  NO  NO 
MNFCTR  Identifying  One To Zero or More  MNFCTR_RF  produces  is produced by  MNFCTR_ID  NO  NO  NO 
EQUIP_SUBCAT  Non-Identifying  Zero or One to Zero or More  MNFTR_MDL_SUBCAT_RF      EQUIP_CAT_ID, EQUIP_SUBCAT_ID  NO  NO  NO 
UNIT_OF_MEASURE  Non-Identifying  Zero or One to Zero or More  UOM_MNFCTR_MDL_RF      DIMENSIONS_UOM  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
CTRLS_MNFCTR_MDL  Identifying  One to Zero or One          NO  NO  YES 
MAG_MNFCTR_MDL  Identifying  One to Zero or One          NO  NO  YES 
PWR_SPLY_MNFCTR_MDL  Identifying  One to Zero or One          NO  NO  YES 
EQUIP  Non-Identifying  One To Zero or More  MNFCTR_MDL_RF        NO  NO  NO 

MNFCTR_MDL Check Constraints 
Check Constraint Name  CheckConstraint 

MNFCTR_MDL Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  EQUIP_TS 
PctFree  10 
PCTUSED   40 
MinExtents 
MaxExtents  2147483645 
Initial  64 
Next  64 
PctIncrease 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

MNFCTR_MDL Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

MNFCTR_MDL Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 

MNFCTR_MDL Object Permissions 

User/Role Name  Grantee Type  Permission Type  Action Type  Is Action Extended  Is System 
MNFCTR_MDL Security Types 
Name  Current Value 

MNFCTR_MDL Bound Attachments 
Name  Current Value 

MNFCTR_MDL Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
Does Not Exist 
NO       
ALARM_MYSQL (MySQL)
Does Not Exist 
NO       
ALARM_ORACLE (Oracle)
Does Not Exist 
NO       
BICS (Oracle)
Does Not Exist 
NO       
BLM (Oracle)
Does Not Exist 
NO       
BYPASS_REQ (Oracle)
Does Not Exist 
NO       
CHAN_ARCH (Oracle)
Does Not Exist 
NO       
CNMS_PRPSL (Oracle)
Does Not Exist 
NO       
DIAG (Oracle)
Does Not Exist 
NO       
DIAG_MPS (Oracle)
Does Not Exist 
NO       
ENGA (Oracle)
Does Not Exist 
NO       
EPICS (Oracle)
Does Not Exist 
NO       
EQUIP (Oracle)
MNFCTR_MDL 
NO       
EXPRESS (Oracle)
Does Not Exist 
NO       
ICS_SFTW_APPL (Oracle)
Does Not Exist 
NO       
INSTR (Oracle)
Does Not Exist 
NO       
Instrument Logbook (Oracle)
Does Not Exist 
NO       
INVT (Oracle)
Does Not Exist 
NO       
IONSRC (Oracle)
Does Not Exist 
NO       
IONSRC1 (Oracle)
Does Not Exist 
NO       
IPTSv5 (Oracle)
Does Not Exist 
NO       
IRMISBase (Oracle)
Does Not Exist 
NO       
Logbook (Oracle)
Does Not Exist 
NO       
Magnet (Oracle)
Does Not Exist 
NO       
MPS (Oracle)
Does Not Exist 
NO       
NS_OPER (Oracle)
Does Not Exist 
NO       
OPER (Oracle)
Does Not Exist 
NO       
PART (Oracle)
Does Not Exist 
NO       
PRINT (Oracle)
Does Not Exist 
NO       
PROC (Oracle)
Does Not Exist 
NO       
PRPSL (Oracle)
Does Not Exist 
NO       
PUBL (Oracle)
Does Not Exist 
NO       
PUBL_V1 (Oracle)
Does Not Exist 
NO       
PV_LOGGER (Oracle)
Does Not Exist 
NO       
SCORE (Oracle)
Does Not Exist 
NO       
SICAT (Oracle)
Does Not Exist 
NO       
SMPL (Oracle)
Does Not Exist 
NO       
SMPLACT (Oracle)
Does Not Exist 
NO       
SURVEY (Oracle)
Does Not Exist 
NO       
Watchman (Oracle)
Does Not Exist 
NO       
XAL_OPTICS (Oracle)
Does Not Exist 
NO       
XF_ADMIN (Oracle)
Does Not Exist 
NO       

MNFCTR_MDL Where Used - Submodel Usage 
Model  Submodel Usage 
EQUIP (Oracle)  Main Model 

MNFCTR_MDL Data Movement Rules 
Name  Type  Rule Text/Value