complexType "segment_healthTYPE"
Namespace:
Content:
complex, 30 attributes, 1 element
Defined:
globally in CRIS_Complete_V3-2-1_[31-Dec-2008].xsd, see XML source
Includes:
definitions of 30 attributes and 1 element
Used:
XML Representation Summary
<...
    segment_site
 = 
xsd:hexBinary
    segment_id
 = 
xsd:unsignedInt
    gmt_assessment
 = 
xsd:dateTime
    by_agent_site
 = 
xsd:hexBinary
    by_agent_id
 = 
xsd:unsignedInt
    loc_hr_delta
 = 
xsd:short
    loc_min_delta
 = 
xsd:unsignedShort
    health_lev_db_site
 = 
xsd:hexBinary
    health_lev_db_id
 = 
xsd:unsignedInt
    health_lev_type_code
 = 
xsd:unsignedInt
    health_scale_precise
 = 
xsd:double
    likelihood_prob
 = 
xsd:double
    gmt_created
 = 
xsd:dateTime
    cr_loc_hr_delta
 = 
xsd:short
    cr_loc_min_delta
 = 
xsd:unsignedShort
    ch_patt_db_site
 = 
xsd:hexBinary
    ch_patt_db_id
 = 
xsd:unsignedInt
    ch_patt_type_code
 = 
xsd:unsignedInt
    gmt_audited
 = 
xsd:dateTime
    aud_loc_hr_delta
 = 
xsd:short
    aud_loc_min_delta
 = 
xsd:unsignedShort
    aud_quality_code
 = 
xsd:unsignedShort
    aud_by_org_asite
 = 
xsd:hexBinary
    aud_by_agent_id
 = 
xsd:unsignedInt
    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
Segment Health Assessment For Past/Present/Future
XML Source (w/o annotations (31))
<xsd:complexType name="segment_healthTYPE">
<xsd:sequence>
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>
</xsd:sequence>
<xsd:attribute name="segment_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="segment_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="gmt_assessment" type="dateTimeWithoutTimezone" use="required"/>
<xsd:attribute name="by_agent_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="by_agent_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="loc_hr_delta" type="xsd:short" use="optional"/>
<xsd:attribute name="loc_min_delta" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="health_lev_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="health_lev_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="health_lev_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="health_scale_precise" type="xsd:double" use="optional"/>
<xsd:attribute name="likelihood_prob" type="xsd:double" use="optional"/>
<xsd:attribute name="gmt_created" type="dateTimeWithoutTimezone" use="optional"/>
<xsd:attribute name="cr_loc_hr_delta" type="xsd:short" use="optional"/>
<xsd:attribute name="cr_loc_min_delta" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="ch_patt_db_site" type="site_codeSimpleType" use="optional"/>
<xsd:attribute name="ch_patt_db_id" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="ch_patt_type_code" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="gmt_audited" type="dateTimeWithoutTimezone" use="optional"/>
<xsd:attribute name="aud_loc_hr_delta" type="xsd:short" use="optional"/>
<xsd:attribute name="aud_loc_min_delta" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="aud_quality_code" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="aud_by_org_asite" type="site_codeSimpleType" use="optional"/>
<xsd:attribute name="aud_by_agent_id" type="xsd:unsignedInt" 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; 30/30)
segment_site
Type:
Use:
required
Foreign key reference to Segment.segment_site, Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="segment_site" type="site_codeSimpleType" use="required"/>

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

gmt_assessment
Type:
Use:
required
Timestamp when the assessment was performed by the agent - NOT the timestamp in the past or future of the segment for which the assessment was created and to which it applies (see gmt_created below for this), Included in composite primary key
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_assessment" type="dateTimeWithoutTimezone" use="required"/>

by_agent_site
Type:
Use:
required
Foreign key reference to Agent.org_agent_site (Agent who made the assessment (i.e. "Doctor")), Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="by_agent_site" type="site_codeSimpleType" use="required"/>

by_agent_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Agent.agent_id Agent who made the assessment (i.e. "Doctor")), Included in composite primary key)
XML Source (w/o annotations (1))
<xsd:attribute name="by_agent_id" type="xsd:unsignedInt" use="required"/>

loc_hr_delta
Type:
xsd:short, predefined
Use:
optional
Local hours from GMT for gmt_assessment
XML Source (w/o annotations (1))
<xsd:attribute name="loc_hr_delta" type="xsd:short" use="optional"/>

loc_min_delta
Type:
xsd:unsignedShort, predefined
Use:
optional
Local minutes from GMT for gmt_assessment
XML Source (w/o annotations (1))
<xsd:attribute name="loc_min_delta" type="xsd:unsignedShort" use="optional"/>

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

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

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

health_scale_precise
Type:
xsd:double, predefined
Use:
optional
Optional precise health scale DOUBLE value between 0 and 1 (1 = perfect health)
XML Source (w/o annotations (1))
<xsd:attribute name="health_scale_precise" type="xsd:double" use="optional"/>

likelihood_prob
Type:
xsd:double, predefined
Use:
optional
Likelihood probability between 0 and 1 that health assessment is accurate
XML Source (w/o annotations (1))
<xsd:attribute name="likelihood_prob" type="xsd:double" use="optional"/>

gmt_created
Type:
Use:
optional
The instant in time for the segment in the past or future of the segment for which this assessment was created and to which it applies.
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_created" type="dateTimeWithoutTimezone" use="optional"/>

cr_loc_hr_delta
Type:
xsd:short, predefined
Use:
optional
Hours from GMT for creation timestamp
XML Source (w/o annotations (1))
<xsd:attribute name="cr_loc_hr_delta" type="xsd:short" use="optional"/>

cr_loc_min_delta
Type:
xsd:unsignedShort, predefined
Use:
optional
Minutes from GMT for creation timestamp
XML Source (w/o annotations (1))
<xsd:attribute name="cr_loc_min_delta" type="xsd:unsignedShort" use="optional"/>

ch_patt_db_site
Type:
Use:
optional
Foreign key reference to Change_Patt_Type.ch_patt_db_site, (Change Pattern Code)
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="ch_patt_db_site" type="site_codeSimpleType" use="optional"/>

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

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

gmt_audited
Type:
Use:
optional
GMT proposed assessment audited
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_audited" type="dateTimeWithoutTimezone" use="optional"/>

aud_loc_hr_delta
Type:
xsd:short, predefined
Use:
optional
Hours from GMT for local audit time
XML Source (w/o annotations (1))
<xsd:attribute name="aud_loc_hr_delta" type="xsd:short" use="optional"/>

aud_loc_min_delta
Type:
xsd:unsignedShort, predefined
Use:
optional
Minutes from GMT for local audit time
XML Source (w/o annotations (1))
<xsd:attribute name="aud_loc_min_delta" type="xsd:unsignedShort" use="optional"/>

aud_quality_code
Type:
xsd:unsignedShort, predefined
Use:
optional
Foreign key reference to Data_Qual_Type.dqual_type_code (health assessment not inspected, good/confirmed, bad/incorrect, or under review)
XML Source (w/o annotations (1))
<xsd:attribute name="aud_quality_code" type="xsd:unsignedShort" use="optional"/>

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

aud_by_agent_id
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Agent.agent_id (Audit Agent)
XML Source (w/o annotations (1))
<xsd:attribute name="aud_by_agent_id" type="xsd:unsignedInt" 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