<xs:element name="obj-attribute">
<xs:complexType>
<xs:attribute name="db-attribute-path" use="optional" type="xs:string"/>
<xs:attribute name="lock" use="optional" type="xs:boolean"/>
<xs:attribute name="name" use="required" type="xs:string"/>
<xs:attribute name="type" use="required" type="xs:string"/>
</xs:complexType>
</xs:element> |