[ Prev ] [ Index ] [ Next ]

Schema

Created 星期三 17 十一月 2010

添加属性

<xsd:complexType name="link">

<xsd:annotation>
<xsd:documentation>用于图片,链接等</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="名称" type="xsd:string"/>
<xsd:attribute name="地址" type="xsd:anyURI"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>