| 12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
- <xs:annotation>
- <xs:documentation>Struktura elementów podsystemu mowy </xs:documentation>
- </xs:annotation>
- <xs:attribute default="PL" name="lang" type="xs:string"/>
- <xs:attribute name="group.name" type="xs:string"/>
- <xs:attribute name="group.descendant" type="xs:string"/>
- <xs:attribute name="group.name.attribute" type="xs:string"/>
- <xs:attribute name="say" type="xs:string"/>
- <xs:attribute name="group.details.limit" type="xs:positiveInteger"/>
- <xs:attribute name="say.PL" type="xs:string"/>
- <xs:attributeGroup name="group">
- <xs:attribute ref="p5suis:lang"/>
- <xs:attribute ref="p5suis:group.name"/>
- <xs:attribute ref="p5suis:group.descendant"/>
- <xs:attribute ref="p5suis:group.name.attribute"/>
- <xs:attribute ref="p5suis:say"/>
- <xs:attribute ref="p5suis:group.details.limit"/>
- <xs:attribute ref="p5suis:say.PL"/>
- </xs:attributeGroup>
- </xs:schema>
|