Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:pages
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the range of pages (preferrably with a dash between) on which a document is printed
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 50
Used by
Element ms:Document
Source
<xs:element name="pages">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the range of pages (preferrably with a dash between) on which a document is printed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/pages</identifier>
      <label xml:lang="en">pages</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>