| 속성 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space)  (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select))  (att.global.analytic (@ana))  (att.global.facs (@facs))  (att.global.change (@change)) att.typed (@type, @subtype) att.sourced (@ed) att.spanning (@spanTo) att.breaking (@break) 
    | unit | 이 이정표에서 단락 변경을 위한 관례적 이름을 제공한다. | 상태 | 필수적 |  | 자료 유형 |  |  | 제안값은 다음을 포함한다: | page물리적 페이지 바꿈column열 바꿈line행 바꿈book책, 서책 등의 구분 단위poem모음집에서 각각의 시canto시의 편 또는 다른 주요 단락speakerchanges of speaker or narrator.stanza시, 책, 또는 시편에서 연act희곡에서 막scene희곡 또는 막에서 장section어떤 종류에서 절absent참조 판에 단락이 표시되어 있지 않다.unnumberedpassages present in the text, but not to be included as part of the reference.
 | 
 |  | 
| 선언 | <rng:element name="milestone">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.sourced.attributes"/>
 <rng:ref name="att.spanning.attributes"/>
 <rng:ref name="att.breaking.attributes"/>
 <rng:attribute name="unit">
 <rng:choice>
 <rng:value>page</rng:value>
 <rng:value>column</rng:value>
 <rng:value>line</rng:value>
 <rng:value>book</rng:value>
 <rng:value>poem</rng:value>
 <rng:value>canto</rng:value>
 <rng:value>speaker</rng:value>
 <rng:value>stanza</rng:value>
 <rng:value>act</rng:value>
 <rng:value>scene</rng:value>
 <rng:value>section</rng:value>
 <rng:value>absent</rng:value>
 <rng:value>unnumbered</rng:value>
 <rng:data type="Name"/>
 </rng:choice>
 </rng:attribute>
 <rng:empty/>
 </rng:element>
 
element milestone
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   att.sourced.attributes,
   att.spanning.attributes,
   att.breaking.attributes,
   attribute unit
   {
      "page"
    | "column"
    | "line"
    | "book"
    | "poem"
    | "canto"
    | "speaker"
    | "stanza"
    | "act"
    | "scene"
    | "section"
    | "absent"
    | "unnumbered"
    | xsd:Name
   },
   empty
} |