xsd file [message #603344] |
Wed, 01 October 2008 06:15 |
Eclipse User |
|
|
|
Hi,
In the following snippet of an xsd file
<xsd:schema xmlns:bank="bank"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="bank">
<xsd:import namespace="http://www.omg.org/XMI"
schemaLocation="XMI.xsd"/>
<xsd:complexType name="banker">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="issuesaccountto" type="bank:client"/>
<xsd:element ref="xmi:Extension"/>
</xsd:choice>
<xsd:attribute ref="xmi:id"/>
<xsd:attributeGroup ref="xmi:ObjectAttribs"/>
<xsd:attribute name="bankername" type="xsd:string"/>
<xsd:attribute name="issuesaccountto" type="xsd:string"/>
</xsd:complexType>
does Schema,element,import,complexType represent classes in the metamodel
of xsd?If yes then what are the properties and associations between these
classes?
|
|
|
Powered by
FUDForum. Page generated in 0.03133 seconds