Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:status
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the status in which a project is found in the course of a funding process (e.g. approved, signed, under negotiation, etc.)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 20
Used by
Element ms:Project
Source
<xs:element name="status">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the status in which a project is found in the course of a funding process (e.g. approved, signed, under negotiation, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/status</identifier>
      <label xml:lang="en">status</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>