Definition Type: Element
Name: schema_population
Namespace: http://niem.gov/niem/external/iso-10303-step/2/ex/dhs-gmo/1.0.0
Containing Schema: ex.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into determination_method in schema ex_xsd Drilldown into governed_sections in schema ex_xsd Drilldown into governing_schema in schema ex_xsdXSD Diagram of schema_population in schema ex_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="schema_population">
    <xs:complexType>
        <xs:attribute name="governing_schema" type="xs:IDREF" use="required" />
        <xs:attribute name="governed_sections" type="xs:IDREFS" use="optional" />
        <xs:attribute name="determination_method" type="xs:normalizedString" default="section_boundary" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
governing_schema ex:governing_schema Required
governed_sections ex:governed_sections Optional
determination_method ex:determination_method section_boundary (Optional)