SAA-SDT / EAD3

https://www.loc.gov/ead/index.html
Creative Commons Zero v1.0 Universal
81 stars 25 forks source link

Use xsd:boolean for av.yesorno #457

Closed tcatapano closed 9 years ago

rockivist commented 9 years ago

Per our phone conversation w/ @kshepher and @billstockting today, implement xsd:boolean for av.yesorno. Perhaps rename it to av.boolean too.

tcatapano commented 9 years ago

Implemented.

tcatapano commented 9 years ago

Remove xs:boolean as type for @pgwide, @colsep, @rowsep, @parallel, and @approximate and create attribute value pattern (0|1) or (true|false) (bearing in mind that @pgwide, @colsep, @rowsep, @parallel are currently 0|1). Concern is that having both 0|1 or true|false as legal values as per xs:boolean would create inconsistencies which would complicate processing in a non-schema aware environment.