<xs:complexType name="uos">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:any namespace="##any" />
</xs:choice>
<xs:attribute name="id" type="xs:ID" use="required" />
<xs:attribute name="express" type="ex:Seq-anyURI" use="optional" />
<xs:attribute name="configuration" type="ex:Seq-anyURI" use="optional" />
<xs:attribute name="schemaLocation" type="ex:Seq-anyURI" use="optional" />
<xs:attribute name="edo" type="xs:anyURI" use="optional" />
<xs:attribute name="description" type="xs:string" use="optional" />
</xs:complexType>
|