complexType "mloc_type_childTYPE"
Namespace:
Content:
complex, 10 attributes, 1 element
Defined:
globally in CRIS_Complete_V3-2-1_[31-Dec-2008].xsd, see XML source
Includes:
definitions of 10 attributes and 1 element
Used:
XML Representation Summary
<...
    ml_db_site
 = 
xsd:hexBinary
    ml_db_id
 = 
xsd:unsignedInt
    ml_type_code
 = 
xsd:unsignedInt
    child_ml_db_site
 = 
xsd:hexBinary
    child_ml_db_id
 = 
xsd:unsignedInt
    child_ml_type_code
 = 
xsd:unsignedInt
    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 Type Child Entity. The mloc_type_child table shows the parent-child relationships of measurement location types to each other.
For example, measurement location type “Speed, Shaft, Input Shaft” is the child of measurement location type “Speed, Shaft” which is the child of measurement location type “Speed”.
The model allows for more than one measurement location type to be the child of more than one measurment location type.
The mandatory ordering sequence specifies the order in which child measurement location types appear when as application requests “all children” of a particular measurment location type.
XML Source (w/o annotations (11))
<xsd:complexType name="mloc_type_childTYPE">
<xsd:sequence>
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>
</xsd:sequence>
<xsd:attribute name="ml_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="ml_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="ml_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="child_ml_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="child_ml_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="child_ml_type_code" type="xsd:unsignedInt" 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; 10/10)
ml_db_site
Type:
Use:
required
Foreign key reference to Meas_Loc_Type.ml_db_site, Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="ml_db_site" type="site_codeSimpleType" use="required"/>

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

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

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

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

child_ml_type_code
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Meas_Loc_Type.ml_type_code, Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="child_ml_type_code" type="xsd:unsignedInt" 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