Showing:

Attributes
Diagrams
Source
Used by
Complex Type ms:ProjectIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram ELG-SHARE_xsd_Attribute_ms_ProjectIdentifierScheme.tmp#ProjectIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:ProjectIdentifierScheme restriction of xs:anyURI required
The name of the scheme according to which an identifier is assigned to a project by the authority that issues it
Source
<xs:complexType name="ProjectIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:ProjectIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>