- From: CVS User jkosek <cvsmail@w3.org>
- Date: Wed, 19 Jun 2013 14:52:03 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas In directory gil:/tmp/cvs-serv16263 Modified Files: its20-types.xsd its20.xsd Log Message: Removed its- prefix for better readability --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.xsd 2013/06/19 14:06:50 1.2 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.xsd 2013/06/19 14:52:03 1.3 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/2005/11/its" xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink"> - <xs:simpleType name="its-version.type"> + <xs:simpleType name="version.type"> <xs:annotation> <xs:documentation>Version of ITS</xs:documentation> </xs:annotation> @@ -8,22 +8,22 @@ <xs:pattern value="[0-9]+\.[0-9]+"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-absolute-selector.type"> + <xs:simpleType name="absolute-selector.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-relative-selector.type"> + <xs:simpleType name="relative-selector.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-xpath-expression.type"> + <xs:simpleType name="xpath-expression.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-confidence.type"> + <xs:simpleType name="confidence.type"> <xs:restriction base="xs:double"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-translate.type"> + <xs:simpleType name="translate.type"> <xs:annotation> <xs:documentation>The Translate data category information to be attached to the current node</xs:documentation> </xs:annotation> @@ -40,10 +40,10 @@ </xs:enumeration> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locNote.type"> + <xs:simpleType name="locNote.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-locNoteType.type"> + <xs:simpleType name="locNoteType.type"> <xs:annotation> <xs:documentation>The type of localization note</xs:documentation> </xs:annotation> @@ -60,13 +60,13 @@ </xs:enumeration> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locNoteRef.type"> + <xs:simpleType name="locNoteRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-termInfoRef.type"> + <xs:simpleType name="termInfoRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-term.type"> + <xs:simpleType name="term.type"> <xs:annotation> <xs:documentation>Indicates a term locally</xs:documentation> </xs:annotation> @@ -83,10 +83,10 @@ </xs:enumeration> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-termConfidence.type"> - <xs:restriction base="its:its-confidence.type"/> + <xs:simpleType name="termConfidence.type"> + <xs:restriction base="its:confidence.type"/> </xs:simpleType> - <xs:simpleType name="its-dir.type"> + <xs:simpleType name="dir.type"> <xs:annotation> <xs:documentation>The text direction for the context</xs:documentation> </xs:annotation> @@ -113,7 +113,7 @@ </xs:enumeration> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-withinText.type"> + <xs:simpleType name="withinText.type"> <xs:annotation> <xs:documentation>States whether current context is regarded as "within text"</xs:documentation> </xs:annotation> @@ -137,7 +137,7 @@ </xs:enumeration> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-domainMapping.type"> + <xs:simpleType name="domainMapping.type"> <xs:annotation> <xs:documentation>A comma separated list of mappings between values in the content and workflow specific values. The values may contain spaces; in @@ -145,85 +145,85 @@ </xs:annotation> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-taConfidence.type"> - <xs:restriction base="its:its-confidence.type"/> + <xs:simpleType name="taConfidence.type"> + <xs:restriction base="its:confidence.type"/> </xs:simpleType> - <xs:simpleType name="its-taClassPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="taClassPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-taClassRefPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="taClassRefPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-taClassRef.type"> + <xs:simpleType name="taClassRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-taIdentRef.type"> + <xs:simpleType name="taIdentRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-taIdent.type"> + <xs:simpleType name="taIdent.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-taSource.type"> + <xs:simpleType name="taSource.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-taIdentPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="taIdentPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-taIdentRefPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="taIdentRefPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-taSourcePointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="taSourcePointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-localeFilterList.type"> + <xs:simpleType name="localeFilterList.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-localeFilterType.type"> + <xs:simpleType name="localeFilterType.type"> <xs:restriction base="xs:token"> <xs:enumeration value="include"/> <xs:enumeration value="exclude"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-provenanceRecordsRef.type"> + <xs:simpleType name="provenanceRecordsRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-person.type"> + <xs:simpleType name="person.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-personRef.type"> + <xs:simpleType name="personRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-org.type"> + <xs:simpleType name="org.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-orgRef.type"> + <xs:simpleType name="orgRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-tool.type"> + <xs:simpleType name="tool.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-toolRef.type"> + <xs:simpleType name="toolRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-revPerson.type"> + <xs:simpleType name="revPerson.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-revPersonRef.type"> + <xs:simpleType name="revPersonRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-revOrg.type"> + <xs:simpleType name="revOrg.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-revOrgRef.type"> + <xs:simpleType name="revOrgRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-revTool.type"> + <xs:simpleType name="revTool.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-revToolRef.type"> + <xs:simpleType name="revToolRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-provRef.type"> + <xs:simpleType name="provRef.type"> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:anyURI"/> @@ -231,28 +231,28 @@ <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-externalResourceRefPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="externalResourceRefPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-targetPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="targetPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-idValue.type"> + <xs:simpleType name="idValue.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-space.type"> + <xs:simpleType name="space.type"> <xs:restriction base="xs:token"> <xs:enumeration value="default"/> <xs:enumeration value="preserve"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locQualityIssuesRef.type"> + <xs:simpleType name="locQualityIssuesRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssuesRefPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="locQualityIssuesRefPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueType.type"> + <xs:simpleType name="locQualityIssueType.type"> <xs:restriction base="xs:token"> <xs:enumeration value="terminology"/> <xs:enumeration value="mistranslation"/> @@ -283,79 +283,79 @@ <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueTypePointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="locQualityIssueTypePointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueComment.type"> + <xs:simpleType name="locQualityIssueComment.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueCommentPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="locQualityIssueCommentPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueSeverity.type"> + <xs:simpleType name="locQualityIssueSeverity.type"> <xs:restriction base="xs:double"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueSeverityPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="locQualityIssueSeverityPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueProfileRef.type"> + <xs:simpleType name="locQualityIssueProfileRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueProfileRefPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="locQualityIssueProfileRefPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-locQualityIssueEnabled.type"> + <xs:simpleType name="locQualityIssueEnabled.type"> <xs:restriction base="xs:token"> <xs:enumeration value="yes"/> <xs:enumeration value="no"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locQualityRatingScore.type"> + <xs:simpleType name="locQualityRatingScore.type"> <xs:restriction base="xs:double"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locQualityRatingVote.type"> + <xs:simpleType name="locQualityRatingVote.type"> <xs:restriction base="xs:integer"/> </xs:simpleType> - <xs:simpleType name="its-locQualityRatingScoreThreshold.type"> + <xs:simpleType name="locQualityRatingScoreThreshold.type"> <xs:restriction base="xs:double"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-locQualityRatingVoteThreshold.type"> + <xs:simpleType name="locQualityRatingVoteThreshold.type"> <xs:restriction base="xs:integer"/> </xs:simpleType> - <xs:simpleType name="its-locQualityRatingProfileRef.type"> + <xs:simpleType name="locQualityRatingProfileRef.type"> <xs:restriction base="xs:anyURI"/> </xs:simpleType> - <xs:simpleType name="its-mtConfidence.type"> - <xs:restriction base="its:its-confidence.type"/> + <xs:simpleType name="mtConfidence.type"> + <xs:restriction base="its:confidence.type"/> </xs:simpleType> - <xs:simpleType name="its-allowedCharacters.type"> + <xs:simpleType name="allowedCharacters.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-allowedCharactersPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="allowedCharactersPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-storageSize.type"> + <xs:simpleType name="storageSize.type"> <xs:restriction base="xs:nonNegativeInteger"/> </xs:simpleType> - <xs:simpleType name="its-storageSizePointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="storageSizePointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-storageEncoding.type"> + <xs:simpleType name="storageEncoding.type"> <xs:restriction base="xs:string"/> </xs:simpleType> - <xs:simpleType name="its-storageEncodingPointer.type"> - <xs:restriction base="its:its-relative-selector.type"/> + <xs:simpleType name="storageEncodingPointer.type"> + <xs:restriction base="its:relative-selector.type"/> </xs:simpleType> - <xs:simpleType name="its-lineBreakType.type"> + <xs:simpleType name="lineBreakType.type"> <xs:restriction base="xs:token"> <xs:enumeration value="cr"/> <xs:enumeration value="lr"/> @@ -363,7 +363,7 @@ <xs:enumeration value="nel"/> </xs:restriction> </xs:simpleType> - <xs:simpleType name="its-annotatorsRef.type"> + <xs:simpleType name="annotatorsRef.type"> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:schema> --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.xsd 2013/06/19 14:06:50 1.2 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.xsd 2013/06/19 14:52:03 1.3 @@ -3,335 +3,335 @@ <xs:include schemaLocation="its20-types.xsd"/> <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/> <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/> - <xs:attributeGroup name="its-attribute.translate"> - <xs:attribute name="translate" use="required" form="qualified" type="its:its-translate.type"/> + <xs:attributeGroup name="attribute.translate"> + <xs:attribute name="translate" use="required" form="qualified" type="its:translate.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.translate.nons"> - <xs:attribute name="translate" use="required" type="its:its-translate.type"/> + <xs:attributeGroup name="attribute.translate.nons"> + <xs:attribute name="translate" use="required" type="its:translate.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.dir"> - <xs:attribute name="dir" use="required" form="qualified" type="its:its-dir.type"/> + <xs:attributeGroup name="attribute.dir"> + <xs:attribute name="dir" use="required" form="qualified" type="its:dir.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.dir.nons"> - <xs:attribute name="dir" use="required" type="its:its-dir.type"/> + <xs:attributeGroup name="attribute.dir.nons"> + <xs:attribute name="dir" use="required" type="its:dir.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locNote"> - <xs:attribute name="locNote" use="required" form="qualified" type="its:its-locNote.type"/> + <xs:attributeGroup name="attribute.locNote"> + <xs:attribute name="locNote" use="required" form="qualified" type="its:locNote.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locNote.nons"> - <xs:attribute name="locNote" use="required" type="its:its-locNote.type"/> + <xs:attributeGroup name="attribute.locNote.nons"> + <xs:attribute name="locNote" use="required" type="its:locNote.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locNoteType"> - <xs:attribute name="locNoteType" use="required" form="qualified" type="its:its-locNoteType.type"/> + <xs:attributeGroup name="attribute.locNoteType"> + <xs:attribute name="locNoteType" use="required" form="qualified" type="its:locNoteType.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locNoteType.nons"> - <xs:attribute name="locNoteType" use="required" type="its:its-locNoteType.type"/> + <xs:attributeGroup name="attribute.locNoteType.nons"> + <xs:attribute name="locNoteType" use="required" type="its:locNoteType.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locNoteRef"> - <xs:attribute name="locNoteRef" use="required" form="qualified" type="its:its-locNoteRef.type"/> + <xs:attributeGroup name="attribute.locNoteRef"> + <xs:attribute name="locNoteRef" use="required" form="qualified" type="its:locNoteRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locNoteRef.nons"> - <xs:attribute name="locNoteRef" use="required" type="its:its-locNoteRef.type"/> + <xs:attributeGroup name="attribute.locNoteRef.nons"> + <xs:attribute name="locNoteRef" use="required" type="its:locNoteRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.termInfoRef"> - <xs:attribute name="termInfoRef" use="required" form="qualified" type="its:its-termInfoRef.type"/> + <xs:attributeGroup name="attribute.termInfoRef"> + <xs:attribute name="termInfoRef" use="required" form="qualified" type="its:termInfoRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.termInfoRef.nons"> - <xs:attribute name="termInfoRef" use="required" type="its:its-termInfoRef.type"/> + <xs:attributeGroup name="attribute.termInfoRef.nons"> + <xs:attribute name="termInfoRef" use="required" type="its:termInfoRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.term"> - <xs:attribute name="term" use="required" form="qualified" type="its:its-term.type"/> + <xs:attributeGroup name="attribute.term"> + <xs:attribute name="term" use="required" form="qualified" type="its:term.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.term.nons"> - <xs:attribute name="term" use="required" type="its:its-term.type"/> + <xs:attributeGroup name="attribute.term.nons"> + <xs:attribute name="term" use="required" type="its:term.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.termConfidence"> - <xs:attribute name="termConfidence" use="required" form="qualified" type="its:its-termConfidence.type"/> + <xs:attributeGroup name="attribute.termConfidence"> + <xs:attribute name="termConfidence" use="required" form="qualified" type="its:termConfidence.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.termConfidence.nons"> - <xs:attribute name="termConfidence" use="required" type="its:its-termConfidence.type"/> + <xs:attributeGroup name="attribute.termConfidence.nons"> + <xs:attribute name="termConfidence" use="required" type="its:termConfidence.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.withinText"> - <xs:attribute name="withinText" use="required" form="qualified" type="its:its-withinText.type"/> + <xs:attributeGroup name="attribute.withinText"> + <xs:attribute name="withinText" use="required" form="qualified" type="its:withinText.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.withinText.nons"> - <xs:attribute name="withinText" use="required" type="its:its-withinText.type"/> + <xs:attributeGroup name="attribute.withinText.nons"> + <xs:attribute name="withinText" use="required" type="its:withinText.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.domainMapping"> - <xs:attribute name="domainMapping" use="required" form="qualified" type="its:its-domainMapping.type"/> + <xs:attributeGroup name="attribute.domainMapping"> + <xs:attribute name="domainMapping" use="required" form="qualified" type="its:domainMapping.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.domainMapping.nons"> - <xs:attribute name="domainMapping" use="required" type="its:its-domainMapping.type"/> + <xs:attributeGroup name="attribute.domainMapping.nons"> + <xs:attribute name="domainMapping" use="required" type="its:domainMapping.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taConfidence"> - <xs:attribute name="taConfidence" use="required" form="qualified" type="its:its-taConfidence.type"/> + <xs:attributeGroup name="attribute.taConfidence"> + <xs:attribute name="taConfidence" use="required" form="qualified" type="its:taConfidence.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taConfidence.nons"> - <xs:attribute name="taConfidence" use="required" type="its:its-taConfidence.type"/> + <xs:attributeGroup name="attribute.taConfidence.nons"> + <xs:attribute name="taConfidence" use="required" type="its:taConfidence.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taClassRef"> - <xs:attribute name="taClassRef" use="required" form="qualified" type="its:its-taClassRef.type"/> + <xs:attributeGroup name="attribute.taClassRef"> + <xs:attribute name="taClassRef" use="required" form="qualified" type="its:taClassRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taClassRef.nons"> - <xs:attribute name="taClassRef" use="required" type="its:its-taClassRef.type"/> + <xs:attributeGroup name="attribute.taClassRef.nons"> + <xs:attribute name="taClassRef" use="required" type="its:taClassRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taIdent"> - <xs:attribute name="taIdent" use="required" form="qualified" type="its:its-taIdent.type"/> + <xs:attributeGroup name="attribute.taIdent"> + <xs:attribute name="taIdent" use="required" form="qualified" type="its:taIdent.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taIdent.nons"> - <xs:attribute name="taIdent" use="required" type="its:its-taIdent.type"/> + <xs:attributeGroup name="attribute.taIdent.nons"> + <xs:attribute name="taIdent" use="required" type="its:taIdent.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taIdentRef"> - <xs:attribute name="taIdentRef" use="required" form="qualified" type="its:its-taIdentRef.type"/> + <xs:attributeGroup name="attribute.taIdentRef"> + <xs:attribute name="taIdentRef" use="required" form="qualified" type="its:taIdentRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taIdentRef.nons"> - <xs:attribute name="taIdentRef" use="required" type="its:its-taIdentRef.type"/> + <xs:attributeGroup name="attribute.taIdentRef.nons"> + <xs:attribute name="taIdentRef" use="required" type="its:taIdentRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taSource"> - <xs:attribute name="taSource" use="required" form="qualified" type="its:its-taSource.type"/> + <xs:attributeGroup name="attribute.taSource"> + <xs:attribute name="taSource" use="required" form="qualified" type="its:taSource.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.taSource.nons"> - <xs:attribute name="taSource" use="required" type="its:its-taSource.type"/> + <xs:attributeGroup name="attribute.taSource.nons"> + <xs:attribute name="taSource" use="required" type="its:taSource.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.localeFilterList"> - <xs:attribute name="localeFilterList" use="required" form="qualified" type="its:its-localeFilterList.type"/> + <xs:attributeGroup name="attribute.localeFilterList"> + <xs:attribute name="localeFilterList" use="required" form="qualified" type="its:localeFilterList.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.localeFilterList.nons"> - <xs:attribute name="localeFilterList" use="required" type="its:its-localeFilterList.type"/> + <xs:attributeGroup name="attribute.localeFilterList.nons"> + <xs:attribute name="localeFilterList" use="required" type="its:localeFilterList.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.localeFilterType"> - <xs:attribute name="localeFilterType" use="required" form="qualified" type="its:its-localeFilterType.type"/> + <xs:attributeGroup name="attribute.localeFilterType"> + <xs:attribute name="localeFilterType" use="required" form="qualified" type="its:localeFilterType.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.localeFilterType.nons"> - <xs:attribute name="localeFilterType" use="required" type="its:its-localeFilterType.type"/> + <xs:attributeGroup name="attribute.localeFilterType.nons"> + <xs:attribute name="localeFilterType" use="required" type="its:localeFilterType.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.person"> - <xs:attribute name="person" use="required" form="qualified" type="its:its-person.type"/> + <xs:attributeGroup name="attribute.person"> + <xs:attribute name="person" use="required" form="qualified" type="its:person.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.person.nons"> - <xs:attribute name="person" use="required" type="its:its-person.type"/> + <xs:attributeGroup name="attribute.person.nons"> + <xs:attribute name="person" use="required" type="its:person.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.personRef"> - <xs:attribute name="personRef" use="required" form="qualified" type="its:its-personRef.type"/> + <xs:attributeGroup name="attribute.personRef"> + <xs:attribute name="personRef" use="required" form="qualified" type="its:personRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.personRef.nons"> - <xs:attribute name="personRef" use="required" type="its:its-personRef.type"/> + <xs:attributeGroup name="attribute.personRef.nons"> + <xs:attribute name="personRef" use="required" type="its:personRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.org"> - <xs:attribute name="org" use="required" form="qualified" type="its:its-org.type"/> + <xs:attributeGroup name="attribute.org"> + <xs:attribute name="org" use="required" form="qualified" type="its:org.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.org.nons"> - <xs:attribute name="org" use="required" type="its:its-org.type"/> + <xs:attributeGroup name="attribute.org.nons"> + <xs:attribute name="org" use="required" type="its:org.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.orgRef"> - <xs:attribute name="orgRef" use="required" form="qualified" type="its:its-orgRef.type"/> + <xs:attributeGroup name="attribute.orgRef"> + <xs:attribute name="orgRef" use="required" form="qualified" type="its:orgRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.orgRef.nons"> - <xs:attribute name="orgRef" use="required" type="its:its-orgRef.type"/> + <xs:attributeGroup name="attribute.orgRef.nons"> + <xs:attribute name="orgRef" use="required" type="its:orgRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.tool"> - <xs:attribute name="tool" use="required" form="qualified" type="its:its-tool.type"/> + <xs:attributeGroup name="attribute.tool"> + <xs:attribute name="tool" use="required" form="qualified" type="its:tool.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.tool.nons"> - <xs:attribute name="tool" use="required" type="its:its-tool.type"/> + <xs:attributeGroup name="attribute.tool.nons"> + <xs:attribute name="tool" use="required" type="its:tool.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.toolRef"> - <xs:attribute name="toolRef" use="required" form="qualified" type="its:its-toolRef.type"/> + <xs:attributeGroup name="attribute.toolRef"> + <xs:attribute name="toolRef" use="required" form="qualified" type="its:toolRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.toolRef.nons"> - <xs:attribute name="toolRef" use="required" type="its:its-toolRef.type"/> + <xs:attributeGroup name="attribute.toolRef.nons"> + <xs:attribute name="toolRef" use="required" type="its:toolRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revPerson"> - <xs:attribute name="revPerson" use="required" form="qualified" type="its:its-revPerson.type"/> + <xs:attributeGroup name="attribute.revPerson"> + <xs:attribute name="revPerson" use="required" form="qualified" type="its:revPerson.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revPerson.nons"> - <xs:attribute name="revPerson" use="required" type="its:its-revPerson.type"/> + <xs:attributeGroup name="attribute.revPerson.nons"> + <xs:attribute name="revPerson" use="required" type="its:revPerson.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revPersonRef"> - <xs:attribute name="revPersonRef" use="required" form="qualified" type="its:its-revPersonRef.type"/> + <xs:attributeGroup name="attribute.revPersonRef"> + <xs:attribute name="revPersonRef" use="required" form="qualified" type="its:revPersonRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revPersonRef.nons"> - <xs:attribute name="revPersonRef" use="required" type="its:its-revPersonRef.type"/> + <xs:attributeGroup name="attribute.revPersonRef.nons"> + <xs:attribute name="revPersonRef" use="required" type="its:revPersonRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revOrg"> - <xs:attribute name="revOrg" use="required" form="qualified" type="its:its-revOrg.type"/> + <xs:attributeGroup name="attribute.revOrg"> + <xs:attribute name="revOrg" use="required" form="qualified" type="its:revOrg.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revOrg.nons"> - <xs:attribute name="revOrg" use="required" type="its:its-revOrg.type"/> + <xs:attributeGroup name="attribute.revOrg.nons"> + <xs:attribute name="revOrg" use="required" type="its:revOrg.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revOrgRef"> - <xs:attribute name="revOrgRef" use="required" form="qualified" type="its:its-revOrgRef.type"/> + <xs:attributeGroup name="attribute.revOrgRef"> + <xs:attribute name="revOrgRef" use="required" form="qualified" type="its:revOrgRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revOrgRef.nons"> - <xs:attribute name="revOrgRef" use="required" type="its:its-revOrgRef.type"/> + <xs:attributeGroup name="attribute.revOrgRef.nons"> + <xs:attribute name="revOrgRef" use="required" type="its:revOrgRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revTool"> - <xs:attribute name="revTool" use="required" form="qualified" type="its:its-revTool.type"/> + <xs:attributeGroup name="attribute.revTool"> + <xs:attribute name="revTool" use="required" form="qualified" type="its:revTool.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revTool.nons"> - <xs:attribute name="revTool" use="required" type="its:its-revTool.type"/> + <xs:attributeGroup name="attribute.revTool.nons"> + <xs:attribute name="revTool" use="required" type="its:revTool.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revToolRef"> - <xs:attribute name="revToolRef" use="required" form="qualified" type="its:its-revToolRef.type"/> + <xs:attributeGroup name="attribute.revToolRef"> + <xs:attribute name="revToolRef" use="required" form="qualified" type="its:revToolRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.revToolRef.nons"> - <xs:attribute name="revToolRef" use="required" type="its:its-revToolRef.type"/> + <xs:attributeGroup name="attribute.revToolRef.nons"> + <xs:attribute name="revToolRef" use="required" type="its:revToolRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.provRef"> - <xs:attribute name="provRef" use="required" form="qualified" type="its:its-provRef.type"/> + <xs:attributeGroup name="attribute.provRef"> + <xs:attribute name="provRef" use="required" form="qualified" type="its:provRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.provRef.nons"> - <xs:attribute name="provRef" use="required" type="its:its-provRef.type"/> + <xs:attributeGroup name="attribute.provRef.nons"> + <xs:attribute name="provRef" use="required" type="its:provRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.provenanceRecordsRef"> - <xs:attribute name="provenanceRecordsRef" use="required" form="qualified" type="its:its-provenanceRecordsRef.type"/> + <xs:attributeGroup name="attribute.provenanceRecordsRef"> + <xs:attribute name="provenanceRecordsRef" use="required" form="qualified" type="its:provenanceRecordsRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.provenanceRecordsRef.nons"> - <xs:attribute name="provenanceRecordsRef" use="required" type="its:its-provenanceRecordsRef.type"/> + <xs:attributeGroup name="attribute.provenanceRecordsRef.nons"> + <xs:attribute name="provenanceRecordsRef" use="required" type="its:provenanceRecordsRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssuesRef"> - <xs:attribute name="locQualityIssuesRef" use="required" form="qualified" type="its:its-locQualityIssuesRef.type"/> + <xs:attributeGroup name="attribute.locQualityIssuesRef"> + <xs:attribute name="locQualityIssuesRef" use="required" form="qualified" type="its:locQualityIssuesRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssuesRef.nons"> - <xs:attribute name="locQualityIssuesRef" use="required" type="its:its-locQualityIssuesRef.type"/> + <xs:attributeGroup name="attribute.locQualityIssuesRef.nons"> + <xs:attribute name="locQualityIssuesRef" use="required" type="its:locQualityIssuesRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueType"> - <xs:attribute name="locQualityIssueType" use="required" form="qualified" type="its:its-locQualityIssueType.type"/> + <xs:attributeGroup name="attribute.locQualityIssueType"> + <xs:attribute name="locQualityIssueType" use="required" form="qualified" type="its:locQualityIssueType.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueType.nons"> - <xs:attribute name="locQualityIssueType" use="required" type="its:its-locQualityIssueType.type"/> + <xs:attributeGroup name="attribute.locQualityIssueType.nons"> + <xs:attribute name="locQualityIssueType" use="required" type="its:locQualityIssueType.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueComment"> - <xs:attribute name="locQualityIssueComment" use="required" form="qualified" type="its:its-locQualityIssueComment.type"/> + <xs:attributeGroup name="attribute.locQualityIssueComment"> + <xs:attribute name="locQualityIssueComment" use="required" form="qualified" type="its:locQualityIssueComment.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueComment.nons"> - <xs:attribute name="locQualityIssueComment" use="required" type="its:its-locQualityIssueComment.type"/> + <xs:attributeGroup name="attribute.locQualityIssueComment.nons"> + <xs:attribute name="locQualityIssueComment" use="required" type="its:locQualityIssueComment.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueSeverity"> - <xs:attribute name="locQualityIssueSeverity" use="required" form="qualified" type="its:its-locQualityIssueSeverity.type"/> + <xs:attributeGroup name="attribute.locQualityIssueSeverity"> + <xs:attribute name="locQualityIssueSeverity" use="required" form="qualified" type="its:locQualityIssueSeverity.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueSeverity.nons"> - <xs:attribute name="locQualityIssueSeverity" use="required" type="its:its-locQualityIssueSeverity.type"/> + <xs:attributeGroup name="attribute.locQualityIssueSeverity.nons"> + <xs:attribute name="locQualityIssueSeverity" use="required" type="its:locQualityIssueSeverity.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueProfileRef"> - <xs:attribute name="locQualityIssueProfileRef" use="required" form="qualified" type="its:its-locQualityIssueProfileRef.type"/> + <xs:attributeGroup name="attribute.locQualityIssueProfileRef"> + <xs:attribute name="locQualityIssueProfileRef" use="required" form="qualified" type="its:locQualityIssueProfileRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueProfileRef.nons"> - <xs:attribute name="locQualityIssueProfileRef" use="required" type="its:its-locQualityIssueProfileRef.type"/> + <xs:attributeGroup name="attribute.locQualityIssueProfileRef.nons"> + <xs:attribute name="locQualityIssueProfileRef" use="required" type="its:locQualityIssueProfileRef.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueEnabled"> - <xs:attribute name="locQualityIssueEnabled" use="required" form="qualified" type="its:its-locQualityIssueEnabled.type"/> + <xs:attributeGroup name="attribute.locQualityIssueEnabled"> + <xs:attribute name="locQualityIssueEnabled" use="required" form="qualified" type="its:locQualityIssueEnabled.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityIssueEnabled.nons"> - <xs:attribute name="locQualityIssueEnabled" use="required" type="its:its-locQualityIssueEnabled.type"/> + <xs:attributeGroup name="attribute.locQualityIssueEnabled.nons"> + <xs:attribute name="locQualityIssueEnabled" use="required" type="its:locQualityIssueEnabled.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityRatingScore"> - <xs:attribute name="locQualityRatingScore" use="required" form="qualified" type="its:its-locQualityRatingScore.type"/> + <xs:attributeGroup name="attribute.locQualityRatingScore"> + <xs:attribute name="locQualityRatingScore" use="required" form="qualified" type="its:locQualityRatingScore.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityRatingScore.nons"> - <xs:attribute name="locQualityRatingScore" use="required" type="its:its-locQualityRatingScore.type"/> + <xs:attributeGroup name="attribute.locQualityRatingScore.nons"> + <xs:attribute name="locQualityRatingScore" use="required" type="its:locQualityRatingScore.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityRatingVote"> - <xs:attribute name="locQualityRatingVote" use="required" form="qualified" type="its:its-locQualityRatingVote.type"/> + <xs:attributeGroup name="attribute.locQualityRatingVote"> + <xs:attribute name="locQualityRatingVote" use="required" form="qualified" type="its:locQualityRatingVote.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityRatingVote.nons"> - <xs:attribute name="locQualityRatingVote" use="required" type="its:its-locQualityRatingVote.type"/> + <xs:attributeGroup name="attribute.locQualityRatingVote.nons"> + <xs:attribute name="locQualityRatingVote" use="required" type="its:locQualityRatingVote.type"/> </xs:attributeGroup> - <xs:attributeGroup name="its-attribute.locQualityRatingScoreThreshold"> - <xs:attribute name="locQualityRatingScoreThreshold" use="required" form="qualified" type="its:its-locQualityRatingScoreThreshold.type"/> + <xs:attributeGroup name="attribute.locQualityRatingScoreThreshold"> + <xs:attribute name="locQualityRatingScoreThreshold" use="required" form="qualified" type="its:locQualityRatingScoreThreshold.type"/> [1003 lines skipped]
Received on Wednesday, 19 June 2013 14:52:08 UTC