xbel

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
added optional
id xs:ID optional
version 1.0 optional

Source

<xs:element name="xbel">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="title" minOccurs="0"/>
      <xs:element ref="info" minOccurs="0"/>
      <xs:element ref="desc" minOccurs="0"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="bookmark"/>
        <xs:element ref="folder"/>
        <xs:element ref="alias"/>
        <xs:element ref="separator"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="added"/>
    <xs:attribute name="version" fixed="1.0"/>
  </xs:complexType>
</xs:element>

Sample