Head

Complex Type Information

Model

Used By

Element OPML/head

Source

<xs:complexType name="Head">
  <xs:sequence>
    <xs:element name="title" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="dateCreated" type="RFC822Date" minOccurs="0" maxOccurs="1"/>
    <xs:element name="dateModified" type="RFC822Date" minOccurs="0" maxOccurs="1"/>
    <xs:element name="ownerName" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="ownerEmail" type="EmailAddress" minOccurs="0" maxOccurs="1"/>
    <xs:element name="ownerId" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
    <xs:element name="docs" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
    <xs:element name="expansionState" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="vertScrollState" type="xs:positiveInteger" minOccurs="0" maxOccurs="1"/>
    <xs:element name="windowTop" type="xs:integer" minOccurs="0" maxOccurs="1"/>
    <xs:element name="windowLeft" type="xs:integer" minOccurs="0" maxOccurs="1"/>
    <xs:element name="windowBottom" type="xs:integer" minOccurs="0" maxOccurs="1"/>
    <xs:element name="windowRight" type="xs:integer" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>