Definition Type: Element
Name: express
Namespace: http://niem.gov/niem/external/iso-10303-step/2/ex/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ex.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into schema_version in schema ex_xsd Drilldown into schema_name in schema ex_xsd Drilldown into schema_identifier in schema ex_xsd Drilldown into id in schema ex_xsd Drilldown into schemaLocation in schema ex_xsdXSD Diagram of express in schema ex_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="express" nillable="true">
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="schemaLocation" type="ex:Seq-anyURI" use="optional" />
                <xs:attribute name="id" type="xs:ID" use="required" />
                <xs:attribute name="schema_identifier" type="xs:normalizedString" use="optional" />
                <xs:attribute name="schema_name" type="xs:normalizedString" use="optional" />
                <xs:attribute name="schema_version" type="xs:normalizedString" use="optional" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
schemaLocation ex:schemaLocation Optional
id ex:id Required
schema_identifier ex:schema_identifier Optional
schema_name ex:schema_name Optional
schema_version ex:schema_version Optional