complexType "num_alarm_regTYPE"
Namespace:
Content:
complex, 28 attributes, 1 element
Defined:
globally in CRIS_Complete_V3-2-1_[31-Dec-2008].xsd, see XML source
Includes:
definitions of 28 attributes and 1 element
Used:
XML Representation Summary
<...
    alarm_db_site
 = 
xsd:hexBinary
    alarm_db_id
 = 
xsd:unsignedInt
    meas_loc_site
 = 
xsd:hexBinary
    meas_loc_id
 = 
xsd:unsignedInt
    ordering_seq
 = 
xsd:unsignedInt
    ml_db_site
 = 
xsd:hexBinary
    ml_db_id
 = 
xsd:unsignedInt
    ml_type_code
 = 
xsd:unsignedInt
    mc_db_site
 = 
xsd:hexBinary
    mc_db_id
 = 
xsd:unsignedInt
    mc_type_code
 = 
xsd:unsignedInt
    al_db_site
 = 
xsd:hexBinary
    al_db_id
 = 
xsd:unsignedInt
    al_type_code
 = 
xsd:unsignedInt
    eu_db_site
 = 
xsd:hexBinary
    eu_db_id
 = 
xsd:unsignedInt
    eu_type_code
 = 
xsd:unsignedInt
    gmt_alarm_start
 = 
xsd:dateTime
    st_loc_hr_delta
 = 
xsd:short
    st_loc_min_delta
 = 
xsd:unsignedShort
    min_amplitude
 = 
xsd:double
    max_amplitude
 = 
xsd:double
    user_tag_ident
 = 
xsd:string
    name
 = 
xsd:string
    gmt_last_updated
 = 
xsd:dateTime
    last_upd_db_site
 = 
xsd:hexBinary
    last_upd_db_id
 = 
xsd:unsignedInt
    rstat_type_code
 = 
xsd:unsignedShort
    >
   
Content: 
lcinfo?
</...>
Content Elements (1):
lcinfo (type lcinfo)
Known Usage Locations
Annotation
Measurement Location Numeric Alarm Regions
XML Source (w/o annotations (29))
<xsd:complexType name="num_alarm_regTYPE">
<xsd:sequence>
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>
</xsd:sequence>
<xsd:attribute name="alarm_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="alarm_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="meas_loc_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="meas_loc_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="ordering_seq" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="ml_db_site" type="site_codeSimpleType" use="optional"/>
<xsd:attribute name="ml_db_id" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="ml_type_code" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="mc_db_site" type="site_codeSimpleType" use="optional"/>
<xsd:attribute name="mc_db_id" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="mc_type_code" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="al_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="al_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="al_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="eu_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="eu_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="eu_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="gmt_alarm_start" type="dateTimeWithoutTimezone" use="required"/>
<xsd:attribute name="st_loc_hr_delta" type="xsd:short" use="optional"/>
<xsd:attribute name="st_loc_min_delta" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="min_amplitude" type="xsd:double" use="optional"/>
<xsd:attribute name="max_amplitude" type="xsd:double" use="optional"/>
<xsd:attribute name="user_tag_ident" type="varchar254" use="optional"/>
<xsd:attribute name="name" type="varchar254" use="optional"/>
<xsd:attribute name="gmt_last_updated" type="dateTimeWithoutTimezone" use="optional"/>
<xsd:attribute name="last_upd_db_site" type="site_codeSimpleType" use="optional"/>
<xsd:attribute name="last_upd_db_id" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="rstat_type_code" type="xsd:unsignedShort" use="optional"/>
</xsd:complexType>
Attribute Detail (defined in this component only; 28/28)
alarm_db_site
Type:
Use:
required
Foreign key reference to Site_Database.db_site, Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="alarm_db_site" type="site_codeSimpleType" use="required"/>

alarm_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Site_Database.db_id, Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="alarm_db_id" type="xsd:unsignedInt" use="required"/>

meas_loc_site
Type:
Use:
required
Foreign key reference to Meas_Location.meas_loc_site, Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="meas_loc_site" type="site_codeSimpleType" use="required"/>

meas_loc_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Meas_Location.meas_loc_id, Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="meas_loc_id" type="xsd:unsignedInt" use="required"/>

ordering_seq
Type:
xsd:unsignedInt, predefined
Use:
required
Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="ordering_seq" type="xsd:unsignedInt" use="required"/>

ml_db_site
Type:
Use:
optional
Foreign key reference to Meas_Loc_Type.ml_db_site (Optional location type which specifically applies this alarm for a particular category of measurement events which has this matching measurement location type)
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="ml_db_site" type="site_codeSimpleType" use="optional"/>

ml_db_id
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Meas_Loc_Type.ml_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="ml_db_id" type="xsd:unsignedInt" use="optional"/>

ml_type_code
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Meas_Loc_Type.ml_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="ml_type_code" type="xsd:unsignedInt" use="optional"/>

mc_db_site
Type:
Use:
optional
Foreign key reference to Mloc_Calc_Type.mc_db_site (Optional calculated data method which specifically applies this alarm to a particular category of measurement events which has this matching calculated data method)
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="mc_db_site" type="site_codeSimpleType" use="optional"/>

mc_db_id
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Mloc_Calc_Type.mc_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="mc_db_id" type="xsd:unsignedInt" use="optional"/>

mc_type_code
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Mloc_Calc_Type.mc_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="mc_type_code" type="xsd:unsignedInt" use="optional"/>

al_db_site
Type:
Use:
required
Foreign key reference to Alarm_Type.al_db_site
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="al_db_site" type="site_codeSimpleType" use="required"/>

al_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Alarm_Type.al_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="al_db_id" type="xsd:unsignedInt" use="required"/>

al_type_code
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Alarm_Type.al_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="al_type_code" type="xsd:unsignedInt" use="required"/>

eu_db_site
Type:
Use:
required
Foreign key reference to Eng_Unit_Type.eu_db_site
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="eu_db_site" type="site_codeSimpleType" use="required"/>

eu_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Eng_Unit_Type.eu_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="eu_db_id" type="xsd:unsignedInt" use="required"/>

eu_type_code
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Eng_Unit_Type.eu_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="eu_type_code" type="xsd:unsignedInt" use="required"/>

gmt_alarm_start
Type:
Use:
required
Time alarm becomes effective (GMT)
Attribute Value
xsd:dateTime
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\.?[0-9]{0,9}
XML Source (w/o annotations (1))
<xsd:attribute name="gmt_alarm_start" type="dateTimeWithoutTimezone" use="required"/>

st_loc_hr_delta
Type:
xsd:short, predefined
Use:
optional
Start time local hour offset from GMT
XML Source (w/o annotations (1))
<xsd:attribute name="st_loc_hr_delta" type="xsd:short" use="optional"/>

st_loc_min_delta
Type:
xsd:unsignedShort, predefined
Use:
optional
Start time local minute offset from GMT
XML Source (w/o annotations (1))
<xsd:attribute name="st_loc_min_delta" type="xsd:unsignedShort" use="optional"/>

min_amplitude
Type:
xsd:double, predefined
Use:
optional
Minimum value where alarm region begins. If null, then value is "-"
XML Source (w/o annotations (1))
<xsd:attribute name="min_amplitude" type="xsd:double" use="optional"/>

max_amplitude
Type:
xsd:double, predefined
Use:
optional
Maximum value where alarm region ends. If null, then value is “+”
XML Source (w/o annotations (1))
<xsd:attribute name="max_amplitude" type="xsd:double" use="optional"/>

user_tag_ident
Type:
Use:
optional
Short user-defined tag/identifier
Attribute Value
xsd:string
MaxLength:
254
XML Source (w/o annotations (1))
<xsd:attribute name="user_tag_ident" type="varchar254" use="optional"/>

name
Type:
Use:
optional
Full user-defined name/description
Attribute Value
xsd:string
MaxLength:
254
XML Source (w/o annotations (1))
<xsd:attribute name="name" type="varchar254" use="optional"/>

gmt_last_updated
Type:
Use:
optional
UTC/GMT timestamp for the last change to this record
Attribute Value
xsd:dateTime
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\.?[0-9]{0,9}
XML Source (w/o annotations (1))
<xsd:attribute name="gmt_last_updated" type="dateTimeWithoutTimezone" use="optional"/>

last_upd_db_site
Type:
Use:
optional
Foreign key reference to Site_Database.db_site which identifies the database creating/updating/soft deleting this entry
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="last_upd_db_site" type="site_codeSimpleType" use="optional"/>

last_upd_db_id
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Site_Database.db_id which identifies the database creating/updating/soft deleting this entry
XML Source (w/o annotations (1))
<xsd:attribute name="last_upd_db_id" type="xsd:unsignedInt" use="optional"/>

rstat_type_code
Type:
xsd:unsignedShort, predefined
Use:
optional
Foreign key reference to Row_Status_Type.rstat_type_cod which determines the status of this entry
XML Source (w/o annotations (1))
<xsd:attribute name="rstat_type_code" type="xsd:unsignedShort" use="optional"/>
Content Element Detail (defined in this component only; 1/1)
lcinfo
Type:
lcinfo, complex content
XML Source
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>

XML schema documentation generated with DocFlex/XML 1.7.2b using DocFlex/XML | XSDDoc 2.1.0b template set