<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>
|