Definition Type: AttributeGroup
Name: instanceAttributes
Namespace: http://niem.gov/niem/external/iso-10303-step/2/ex/dhs-gmo/1.0.0
Containing Schema: ex.xsd
Collapse XSD Schema Diagram:
Drilldown into pos in schema ex_xsd Drilldown into path in schema ex_xsd Drilldown into id in schema ex_xsdXSD Diagram of instanceAttributes in schema ex_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:attributeGroup name="instanceAttributes">
    <xs:attribute name="id" type="xs:ID" use="optional" />
    <xs:attribute name="path" type="xs:NMTOKENS" use="optional" />
    <xs:attribute name="pos" use="optional">
        <xs:simpleType>
            <xs:restriction>
                <xs:simpleType>
                    <xs:list itemType="xs:integer" />
                </xs:simpleType>
                <xs:minLength value="1" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
id ex:id Optional
path ex:path Optional
pos ex:pos Optional