Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

  <xs:complexType name="imageInfo">
    <xs:sequence>
      <xs:element name="title" type="xs:string"/>
      <xs:element name="description" type="xs:string"/>
      <xs:element name="tag" type="xs:string"/>
      <xs:element name="height" type="xs:integer"/>
      <xs:element name="width" type="xs:integer"/>

      <xs:element name="filename" type="xs:string"/>
      <xs:element name="content" type="nxs:content"/>
    </xs:sequence>
  </xs:complexType>
  • No labels