%A = ([^"]*+)

# Special, only examples in certain cases

//ldml/localeDisplayNames/languages/language[@type="(?:[^"_]*+_)%A"]    ; example

#//ldml/dates/calendars/calendar[@type="%A"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="%A"]/greatestDifference[@id="%A"]  ; example

# General
//ldml/dates/calendars/calendar[@type="%A"]/dateFormats/dateFormatLength[@type="%A"]/dateFormat[@type="%A"]/pattern[@type="%A"] 	; example
//ldml/dates/calendars/calendar[@type="%A"]/dateTimeFormats/availableFormats/dateFormatItem[@id="%A"]   	; example
//ldml/dates/calendars/calendar[@type="%A"]/dateTimeFormats/dateTimeFormatLength[@type="%A"]/dateTimeFormat[@type="%A"]/pattern[@type="%A"] 	; example
//ldml/dates/calendars/calendar[@type="%A"]/timeFormats/timeFormatLength[@type="%A"]/timeFormat[@type="%A"]/pattern[@type="%A"] 	; example
//ldml/dates/timeZoneNames/fallbackFormat   	; example
//ldml/dates/timeZoneNames/gmtFormat    	; example
//ldml/dates/timeZoneNames/hourFormat   	; example
//ldml/dates/timeZoneNames/metazone[@type="%A"]/long/daylight 	; example
//ldml/dates/timeZoneNames/metazone[@type="%A"]/long/generic  	; example
//ldml/dates/timeZoneNames/metazone[@type="%A"]/long/standard 	; example
//ldml/dates/timeZoneNames/regionFormat 	; example
//ldml/localeDisplayNames/codePatterns/codePattern[@type="%A"]    	; example
//ldml/localeDisplayNames/localeDisplayPattern/localeKeyTypePattern 	; example
//ldml/localeDisplayNames/localeDisplayPattern/localePattern    	; example
//ldml/localeDisplayNames/localeDisplayPattern/localeSeparator  	; example
//ldml/numbers/currencies/currency[@type="%A"]/displayName[@count="%A"] 	; example
//ldml/numbers/currencies/currency[@type="%A"]/symbol 	; example
//ldml/numbers/currencyFormats[@numberSystem="%A"]/currencyFormatLength/currencyFormat[@type="%A"]/pattern[@type="%A"]    	; example
//ldml/numbers/currencyFormats[@numberSystem="%A"]/unitPattern[@count="%A"] 	; example
//ldml/numbers/decimalFormats[@numberSystem="%A"]/decimalFormatLength/decimalFormat[@type="%A"]/pattern[@type="%A"]   	; example
//ldml/numbers/decimalFormats[@numberSystem="%A"]/decimalFormatLength[@type="%A"]/decimalFormat[@type="%A"]/pattern[@type="%A"] 	; example
//ldml/numbers/defaultNumberingSystem   	; example
//ldml/numbers/otherNumberingSystems/native 	; example
//ldml/numbers/percentFormats[@numberSystem="%A"]/percentFormatLength/percentFormat[@type="%A"]/pattern[@type="%A"]   	; example
//ldml/numbers/scientificFormats[@numberSystem="%A"]/scientificFormatLength/scientificFormat[@type="%A"]/pattern[@type="%A"]  	; example
