complexType "model_childTYPE"
Namespace:
Content:
complex, 11 attributes, 1 element
Defined:
globally in CRIS_Complete_V3-2-1_[31-Dec-2008].xsd, see XML source
Includes:
definitions of 11 attributes and 1 element
Used:
XML Representation Summary
<...
    model_db_site
 = 
xsd:hexBinary
    model_db_id
 = 
xsd:unsignedInt
    model_id
 = 
xsd:unsignedInt
    child_model_db_site
 = 
xsd:hexBinary
    child_model_db_id
 = 
xsd:unsignedInt
    child_model_id
 = 
xsd:unsignedInt
    ordering_seq
 = 
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
Model/Part Child Entity:
The Model_Child table holds the taxonomies of a manufacturer's product Model "classes" (ex. AH-64) which have revision "releases" (ex. "AH-64A" ) and/or may be sub-divided into "lots" (ex, "AH-64A Lot 1") which vary in some way from the "parent" Model.
Note: This is different from a Model Bill of Materials (BOM) which describes the decomposition of a single model into its sub-model child parts with associated quantities of each.
OSA-EAI Version 3.2 will contain BOMs for Models as well as supports Model Child Structures of Material, Tools, and Documents.
Note: The mandatory ordering sequence, ordering_seq, specifies the order in which child model entries will appear when an application requests “all children” of a particular model.
XML Source (w/o annotations (12))
<xsd:complexType name="model_childTYPE">
<xsd:sequence>
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>
</xsd:sequence>
<xsd:attribute name="model_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="model_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="model_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="child_model_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="child_model_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="child_model_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="ordering_seq" 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; 11/11)
model_db_site
Type:
Use:
required
Foreign key reference to Model.model_db_site, Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="model_db_site" type="site_codeSimpleType" use="required"/>

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

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

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

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

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

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