STRUCTURE.p5suis.xsd 1.4 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  4. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  5. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
  6. <xs:annotation>
  7. <xs:documentation>Struktura elementów podsystemu mowy </xs:documentation>
  8. </xs:annotation>
  9. <xs:attribute default="PL" name="lang" type="xs:string"/>
  10. <xs:attribute name="group.name" type="xs:string"/>
  11. <xs:attribute name="group.descendant" type="xs:string"/>
  12. <xs:attribute name="group.name.attribute" type="xs:string"/>
  13. <xs:attribute name="say" type="xs:string"/>
  14. <xs:attribute name="group.details.limit" type="xs:positiveInteger"/>
  15. <xs:attribute name="say.PL" type="xs:string"/>
  16. <xs:attributeGroup name="group">
  17. <xs:attribute ref="p5suis:lang"/>
  18. <xs:attribute ref="p5suis:group.name"/>
  19. <xs:attribute ref="p5suis:group.descendant"/>
  20. <xs:attribute ref="p5suis:group.name.attribute"/>
  21. <xs:attribute ref="p5suis:say"/>
  22. <xs:attribute ref="p5suis:group.details.limit"/>
  23. <xs:attribute ref="p5suis:say.PL"/>
  24. </xs:attributeGroup>
  25. </xs:schema>