Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type bookmark
Namespace No namespace
Annotations
The bookmark type serves as a well-defined target for an incoming simple XLink.
Diagram
Diagram musicxml68.tmp#id625 musicxml68.tmp#id626 musicxml59.tmp#id181
Used by
Attributes
QName Type Fixed Default Use Annotation
element xs:NMTOKEN optional
id xs:ID required
name xs:string optional
position xs:NMTOKEN optional
Source
<xs:complexType name="bookmark">
  <xs:annotation>
    <xs:documentation>The bookmark type serves as a well-defined target for an incoming simple XLink.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID" use="required"/>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attributeGroup ref="element-position"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bookmark/@id
Namespace No namespace
Type xs:ID
Properties
use: required
Used by
Complex Type bookmark
Source
<xs:attribute name="id" type="xs:ID" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bookmark/@name
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type bookmark
Source
<xs:attribute name="name" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd