complexType "blob_grid_dataTYPE"
Namespace:
Content:
complex, 23 attributes, 1 element
Defined:
globally in CRIS_Complete_V3-2-1_[31-Dec-2008].xsd, see XML source
Includes:
definitions of 23 attributes and 1 element
Used:
XML Representation Summary
<...
    meas_loc_site
 = 
xsd:hexBinary
    meas_loc_id
 = 
xsd:unsignedInt
    gmt_event
 = 
xsd:dateTime
    mebt_db_site
 = 
xsd:hexBinary
    mebt_db_id
 = 
xsd:unsignedInt
    meb_type_code
 = 
xsd:unsignedInt
    grid_seq
 = 
xsd:unsignedInt
    eu_db_site
 = 
xsd:hexBinary
    eu_db_id
 = 
xsd:unsignedInt
    eu_type_code
 = 
xsd:unsignedInt
    x_resolution
 = 
xsd:unsignedInt
    y_resolution
 = 
xsd:unsignedInt
    data_origin_x
 = 
xsd:unsignedInt
    data_origin_y
 = 
xsd:unsignedInt
    data_end_x
 = 
xsd:unsignedInt
    data_end_y
 = 
xsd:unsignedInt
    user_tag_ident
 = 
xsd:string
    name
 = 
xsd:string
    float_data
 = 
xsd:base64Binary
    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
Blob Grid Data Entity. 2-D Linear Rectangular Grid of Numeric Data Associated With Measurement Event BLOB Data – Used for Radiological Data in Thermography, Thickness Data in Ultrasonic Testing, etc.
Note: x_resolution, y_resolution – Total dimensions of the rectangular grid related to the BLOB image (grid resolution)
Note: dat_origin_x, data_origin_y – X, Y coordinates of the origin of the 0-based rectangular grid for the "data rectangle” (top left-most corner)
Note: data_end_x, data_end_y – X, Y coordinates of the end of the 0-based rectangular grid for the “data rectangle” (lower right-most corner)
Note: Float_data – Stored as a stream of 4-byte IEEE DOUBLE values (low-order byte first), starting with coordinates (data_origin_x, data_origin_y) and progressing vertically downward (increment y) until data_end_y is exceeded, whereupon y is then set to data_origin_y and x is incremented until (data_end_x, data_end_y) is reached.
XML Source (w/o annotations (24))
<xsd:complexType name="blob_grid_dataTYPE">
<xsd:sequence>
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>
</xsd:sequence>
<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="gmt_event" type="dateTimeWithoutTimezone" use="required"/>
<xsd:attribute name="mebt_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="mebt_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="meb_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="grid_seq" 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="x_resolution" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="y_resolution" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="data_origin_x" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="data_origin_y" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="data_end_x" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="data_end_y" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="user_tag_ident" type="varchar254" use="optional"/>
<xsd:attribute name="name" type="varchar254" use="optional"/>
<xsd:attribute name="float_data" type="xsd:base64Binary" use="required"/>
<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; 23/23)
meas_loc_site
Type:
Use:
required
Foreign key reference to Mevent_Blob_Data.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 Mevent_Blob_Data.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"/>

gmt_event
Type:
Use:
required
Foreign key reference to Mevent_Blob_Data.gmt_event, 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_event" type="dateTimeWithoutTimezone" use="required"/>

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

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

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

grid_seq
Type:
xsd:unsignedInt, predefined
Use:
required
Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="grid_seq" 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"/>

x_resolution
Type:
xsd:unsignedInt, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="x_resolution" type="xsd:unsignedInt" use="required"/>

y_resolution
Type:
xsd:unsignedInt, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="y_resolution" type="xsd:unsignedInt" use="required"/>

data_origin_x
Type:
xsd:unsignedInt, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="data_origin_x" type="xsd:unsignedInt" use="required"/>

data_origin_y
Type:
xsd:unsignedInt, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="data_origin_y" type="xsd:unsignedInt" use="required"/>

data_end_x
Type:
xsd:unsignedInt, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="data_end_x" type="xsd:unsignedInt" use="required"/>

data_end_y
Type:
xsd:unsignedInt, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="data_end_y" type="xsd:unsignedInt" use="required"/>

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"/>

float_data
Type:
xsd:base64Binary, predefined
Use:
required
XML Source (w/o annotations (1))
<xsd:attribute name="float_data" type="xsd:base64Binary" use="required"/>

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