teidata.temporal.iso
teidata.temporal.iso 날짜, 시간, 또는 이들의 조합과 같은 시간 표현의 속성 값 범위를 정의하며, 이는 국제 표준 Data elements and interchange formats – Information interchange – Representation of dates and times을 따른다. | |
모듈 | tei — The TEI Infrastructure |
에 의해 사용된 |
부류:
|
Content model |
<content> |
선언 |
<rng:define name="teidata.temporal.iso"> teidata.temporal.iso = xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime | token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } |