[isidorus-cvs] r756 - in branches/gdl-frontend/src/anaToMia/GDL_Widgets: src/us/isidor/gdl/anaToMia/Widgets/base src/us/isidor/gdl/anaToMia/Widgets/isidorus war/gdl_widgets
lgiessmann at common-lisp.net
lgiessmann at common-lisp.net
Thu Aug 18 18:34:19 UTC 2011
Author: lgiessmann
Date: Thu Aug 18 11:34:19 2011
New Revision: 756
Log:
gdl-frontend: Widgets: added a merged jtm and xtm file for the entire TMCL and GDL Schema and a jtm and xtm file for the minimal required TMCL and GDL schema
Added:
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_full_TMCL_and_GDL_Schema.jtm
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_full_TMCL_and_GDL_Schema.xtm
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.jtm
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.xtm
Modified:
branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/PSIs.java
branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java
branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_optional.jtm
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_required.jtm
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/PSIs.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/PSIs.java Thu Aug 18 11:01:10 2011 (r755)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/PSIs.java Thu Aug 18 11:34:19 2011 (r756)
@@ -47,71 +47,72 @@
// topic types
public class TopicType{
- public final static String gdlSchema = gdl + "Schema";
- public final static String gdlView = gdl + "View";
- public final static String gdlAssociationView = gdl + "Association-View";
- public final static String gdlCreatorAssociationview = gdl + "Creator-Association-View";
- public final static String gdlEditorAssociationView = gdl + "Editor-Association-View";
- public final static String gdlTopicView = gdl + "Topic-View";
- public final static String gdlDefaultTopicView = gdl + "Default-Topic-View";
- public final static String gdlDefaultCreatorTopicView = gdl + "Default-Creator-Topic-View";
- public final static String gdlDefaultEditorTopicView = gdl + "Default-Editor-Topic-View";
- public final static String gdlSpecialTopicView = gdl + "Special-Topic-View";
- public final static String gdlSpecialCreatorTopicView = gdl + "Special-Creator-TopicView";
- public final static String gdlSpecialEditorTopicView = gdl + "SpecialEditorTopicView";
- public final static String gdlVisibleObject = gdl + "Visible-Object";
- public final static String gdlStyleClass = gdl + "Style-Class";
- public final static String gdlDescriptor = gdl + "Descriptor";
- public final static String gdlSpace = gdl + "Space";
- public final static String gdlList = gdl + "List";
- public final static String gdlPosition = gdl + "Position";
- public final static String gdlNthElement = gdl + "Nth-Element";
- public final static String gdlValue = gdl + "Value";
- public final static String gdlDefaultValue = gdl + "Default-Value";
- public final static String gdlLiteralValue = gdl + "Literal-Value";
- public final static String gdlDefaultLiteralValue = gdl + "Default-Literal-Value";
- public final static String gdlTmValue = gdl + "TM-Value";
- public final static String gdlTmTypeValue = gdl + "TM-Type-Value";
- public final static String gdlTmSingleTypeValue = gdl + "TM-Single-Type-Value";
- public final static String gdlTmMultipleTypeValue = gdl + "TM-Multiple-Type-Value";
- public final static String gdlTmInstanceValue = gdl + "TM-Instance-Value";
- public final static String gdlDefaultTmValue = gdl + "Default-TM-Value";
- public final static String gdlDefaultTmTypeValue = gdl + "Default-TM-Type-Value";
- public final static String gdlDefaultTmSingleTypeValue = gdl + "Default-TM-Single-Type-Value";
- public final static String gdlDefaultTmMultipleTypeValue = gdl + "Default-TM-Multiple-Type-Value";
- public final static String gdlDefaultTmInstanceValue = gdl + "Default-TM-Instance-Value";
- public final static String gdlDatatype = gdl + "Datatype";
- public final static String gdlType = gdl + "Type";
- public final static String gdlInfo = gdl + "Info";
- public final static String gdlVariantNameScope = gdl + "Variant-Name-Scope";
- public final static String gdlVariantNameReifier = gdl + "Variant-Name-Reifier";
- public final static String gdlVariantNameIdentifiers = gdl + "Variant-Name-Identifiers";
- public final static String gdlRolePlayer = gdl + "Role-Player";
- public final static String gdlAssociationRole = gdl + "Association-Role";
- public final static String gdlHiddenValue = gdl + "Hidden-Value";
- public final static String gdlValueGroup = gdl + "Value-Group";
- public final static String gdlTextObject = gdl + "Text-Object";
- public final static String gdlTitle = gdl + "Title";
- public final static String gdlReference = gdl + "Reference";
- public final static String gdlListBox = gdl + "List-Box";
- public final static String gdlCompleData = gdl + "Complex-Data";
- public final static String gdlImage = gdl + "Image";
- public final static String gdlAudio = gdl + "Audio";
- public final static String gdlVideo = gdl + "Video";
- public final static String gdlTimePicker = gdl + "Time-Picker";
- public final static String gdlDatePicker = gdl + "Date-Picker";
- public final static String gdlDateTimePicker = gdl + "Date-Time-Picker";
- public final static String gdlText = gdl + "Text";
- public final static String gdlUnit = gdl + "Unit";
- public final static String gdlButton = gdl + "Button";
- public final static String gdlInputbutton = gdl + "Input-Button";
- public final static String gdlRadioButton = gdl + "Radio-Button";
- public final static String gdlCheckBox = gdl + "Check-Box";
- public final static String gdlActionButton = gdl + "Action-Button";
- public final static String gdlValidateButton = gdl + "Validate-Button";
- public final static String gdlCreateButton = gdl + "Create-Button";
- public final static String gdlDeleteButton = gdl + "Delete-Button";
- public final static String gdlCommitButton = gdl + "Commit-Button";
+ public final static String gdlt = gdl + "types/";
+ public final static String gdlSchema = gdlt + "Schema";
+ public final static String gdlView = gdlt + "View";
+ public final static String gdlAssociationView = gdlt + "Association-View";
+ public final static String gdlCreatorAssociationview = gdlt + "Creator-Association-View";
+ public final static String gdlEditorAssociationView = gdlt + "Editor-Association-View";
+ public final static String gdlTopicView = gdlt + "Topic-View";
+ public final static String gdlDefaultTopicView = gdlt + "Default-Topic-View";
+ public final static String gdlDefaultCreatorTopicView = gdlt + "Default-Creator-Topic-View";
+ public final static String gdlDefaultEditorTopicView = gdlt + "Default-Editor-Topic-View";
+ public final static String gdlSpecialTopicView = gdlt + "Special-Topic-View";
+ public final static String gdlSpecialCreatorTopicView = gdlt + "Special-Creator-TopicView";
+ public final static String gdlSpecialEditorTopicView = gdlt + "SpecialEditorTopicView";
+ public final static String gdlVisibleObject = gdlt + "Visible-Object";
+ public final static String gdlStyleClass = gdlt + "Style-Class";
+ public final static String gdlDescriptor = gdlt + "Descriptor";
+ public final static String gdlSpace = gdlt + "Space";
+ public final static String gdlList = gdlt + "List";
+ public final static String gdlPosition = gdlt + "Position";
+ public final static String gdlNthElement = gdlt + "Nth-Element";
+ public final static String gdlValue = gdlt + "Value";
+ public final static String gdlDefaultValue = gdlt + "Default-Value";
+ public final static String gdlLiteralValue = gdlt + "Literal-Value";
+ public final static String gdlDefaultLiteralValue = gdlt + "Default-Literal-Value";
+ public final static String gdlTmValue = gdlt + "TM-Value";
+ public final static String gdlTmTypeValue = gdlt + "TM-Type-Value";
+ public final static String gdlTmSingleTypeValue = gdlt + "TM-Single-Type-Value";
+ public final static String gdlTmMultipleTypeValue = gdlt + "TM-Multiple-Type-Value";
+ public final static String gdlTmInstanceValue = gdlt + "TM-Instance-Value";
+ public final static String gdlDefaultTmValue = gdlt + "Default-TM-Value";
+ public final static String gdlDefaultTmTypeValue = gdlt + "Default-TM-Type-Value";
+ public final static String gdlDefaultTmSingleTypeValue = gdlt + "Default-TM-Single-Type-Value";
+ public final static String gdlDefaultTmMultipleTypeValue = gdlt + "Default-TM-Multiple-Type-Value";
+ public final static String gdlDefaultTmInstanceValue = gdlt + "Default-TM-Instance-Value";
+ public final static String gdlDatatype = gdlt + "Datatype";
+ public final static String gdlType = gdlt + "Type";
+ public final static String gdlInfo = gdlt + "Info";
+ public final static String gdlVariantNameScope = gdlt + "Variant-Name-Scope";
+ public final static String gdlVariantNameReifier = gdlt + "Variant-Name-Reifier";
+ public final static String gdlVariantNameIdentifiers = gdlt + "Variant-Name-Identifiers";
+ public final static String gdlRolePlayer = gdlt + "Role-Player";
+ public final static String gdlAssociationRole = gdlt + "Association-Role";
+ public final static String gdlHiddenValue = gdlt + "Hidden-Value";
+ public final static String gdlValueGroup = gdlt + "Value-Group";
+ public final static String gdlTextObject = gdlt + "Text-Object";
+ public final static String gdlTitle = gdlt + "Title";
+ public final static String gdlReference = gdlt + "Reference";
+ public final static String gdlListBox = gdlt + "List-Box";
+ public final static String gdlCompleData = gdlt + "Complex-Data";
+ public final static String gdlImage = gdlt + "Image";
+ public final static String gdlAudio = gdlt + "Audio";
+ public final static String gdlVideo = gdlt + "Video";
+ public final static String gdlTimePicker = gdlt + "Time-Picker";
+ public final static String gdlDatePicker = gdlt + "Date-Picker";
+ public final static String gdlDateTimePicker = gdlt + "Date-Time-Picker";
+ public final static String gdlText = gdlt + "Text";
+ public final static String gdlUnit = gdlt + "Unit";
+ public final static String gdlButton = gdlt + "Button";
+ public final static String gdlInputbutton = gdlt + "Input-Button";
+ public final static String gdlRadioButton = gdlt + "Radio-Button";
+ public final static String gdlCheckBox = gdlt + "Check-Box";
+ public final static String gdlActionButton = gdlt + "Action-Button";
+ public final static String gdlValidateButton = gdlt + "Validate-Button";
+ public final static String gdlCreateButton = gdlt + "Create-Button";
+ public final static String gdlDeleteButton = gdlt + "Delete-Button";
+ public final static String gdlCommitButton = gdlt + "Commit-Button";
}
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java Thu Aug 18 11:01:10 2011 (r755)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java Thu Aug 18 11:34:19 2011 (r756)
@@ -27,13 +27,13 @@
mainPanel.setPixelSize(1000, 600);
ArrayList<Pair<String, TopicIdentifierTypes>> requestedTopicsToCreate = new ArrayList<Pair<String,TopicIdentifierTypes>>();
- requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/Hash-Object", TopicIdentifierTypes.SubjectIdentifier));
- //requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/Environment", TopicIdentifierTypes.SubjectIdentifier));
+ //requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/Hash-Object", TopicIdentifierTypes.SubjectIdentifier));
+ requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/Environment", TopicIdentifierTypes.SubjectIdentifier));
//requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://psi.test.org/gdl-test/Poet", TopicIdentifierTypes.SubjectIdentifier));
//requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://psi.test.org/gdl-test/Musician", TopicIdentifierTypes.SubjectIdentifier));
- //Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/test-environment", TopicIdentifierTypes.SubjectIdentifier);
- //Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/hash-object-instance", TopicIdentifierTypes.SubjectIdentifier);
+ //Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/test-env", TopicIdentifierTypes.SubjectIdentifier);
+ //Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/test-hash", TopicIdentifierTypes.SubjectIdentifier);
GdlPanel.addClickHandler("unit_1_text_create_button_id", new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java Thu Aug 18 11:01:10 2011 (r755)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java Thu Aug 18 11:34:19 2011 (r756)
@@ -23,7 +23,7 @@
// this class can be used as a callback that requests the Topic Map data
// addressable by the URI isidorusUrl
public class LoadSchemaCallback implements ILoadSchemaCallback{
- private final String isidorusUrl = URL.encode(GWT.getModuleBaseURL() + "TextGrid_GDL_Create_HashObject.jtm"); //"test.gdl.jtm"); // TODO: replace with the correct URL
+ private final String isidorusUrl = URL.encode(GWT.getModuleBaseURL() + "TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.jtm"); //"test.gdl.jtm"); // TODO: replace with the correct URL
private ArrayList<Pair<String, TopicIdentifierTypes>> requestedTopicsToCreate = new ArrayList<Pair<String,TopicIdentifierTypes>>();
private Pair<String, TopicIdentifierTypes> requestedTopicToEdit = null;
private RequestBuilder requestBuilder = new RequestBuilder(RequestBuilder.GET, isidorusUrl);
Added: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_full_TMCL_and_GDL_Schema.jtm
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_full_TMCL_and_GDL_Schema.jtm Thu Aug 18 11:34:19 2011 (r756)
@@ -0,0 +1,10763 @@
+{
+ "version":"1.1",
+ "prefixes":{
+ "pref_5":"http://textgrid.org/serviceregistry/model/types/",
+ "pref_4":"http://textgrid.org/serviceregistry/model/",
+ "pref_1":"http://textgrid.org/serviceregistry/gdl/",
+ "pref_6":"http://psi.topicmaps.org/iso13250/model/",
+ "pref_8":"http://textgrid.org/serviceregistry/",
+ "xsd":"http://www.w3.org/2001/XMLSchema#",
+ "pref_2":"http://psi.isidor.us/gdl/types/",
+ "pref_7":"http://psi.topicmaps.org/tmcl/",
+ "pref_3":"http://psi.isidor.us/gdl/"
+ },
+ "item_identifiers":["[pref_8:services-tm]"
+ ],
+ "topics":[{
+ "subject_identifiers":["[pref_4:has-config-configuration-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-config-configuration-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-config-parameter-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-config-parameter-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-parameter-service-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-parameter-service-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-parameter-parameter-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-parameter-parameter-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-data-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-data-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-form-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-form-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-default-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-default-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-parameter-config-id-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-parameter-config-id-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-name-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/parameter-config/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-needs-b64-encoding-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-needs-b64-encoding-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-crud-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-crud-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-multiple-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-multiple-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-mime-type-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-mime-type-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-param-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-param-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-parameter-type-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-parameter-type-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-parameter-id-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-parameter-id-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-name-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/parameter/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-tg-approved-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-tg-approved-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-textgrid-url-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-textgrid-url-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-identifier-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-identifier-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-owner-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-owner-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-use-target-ns-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-use-target-ns-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-target-namespace-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-target-namespace-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-description-location-body-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-description-location-body-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-inline-description-location-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#boolean",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-inline-description-location-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-description-location-uri-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-description-location-uri-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-keywords-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-keywords-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-description-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-description-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-service-type-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-service-type-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-operation-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-operation-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-name-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"0",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:service-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/service/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:data]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:form]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:default]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-id]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-config-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:example-config]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:needs-b64-encoding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:crud]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:multiple]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:mime-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:param]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-id]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:tg-approved]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:textgrid-url]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:identifier]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:owner]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:use-target-ns]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:target-namespace]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:description-location-body]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:inline-description-location]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:description-location-uri]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:keywords]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:description]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:service-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:operation]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:service-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:configuration]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:parameter]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-config]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-parameter]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Parameter-Config]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Parameter]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-delete-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"65px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-delete-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Delete-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_delete_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"50px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_name_text_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"240px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:cursor]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"name:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_text_label_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-default-editor-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Editor-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Environment",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_default_editor_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"100px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-commit-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"65px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:right]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-commit-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Commit-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_commit_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"50px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_name_text_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"240px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:cursor]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"name:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_text_label_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-default-creator-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Creator-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Environment",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_default_creator_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"100px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_3:cursor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-delete-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-delete-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Delete-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_delete_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"value:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"key:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-editor-association-view-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-editor-association-view-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:has-hash-editor-association-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Editor-Association-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"A Editor View for associations of the type http://textgrid.org/serviceregistry/model/has-hash",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"has_hash_createor_association_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"environment:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-default-editor-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Editor-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_default_editor_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"160px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_2:Delete-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Editor-Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Editor-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-commit-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:right]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-commit-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Commit-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_commit_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"reset",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Action-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_reset_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"value:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"key:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:List-Box]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_list_box_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-creator-association-view-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-creator-association-view-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:has-hash-creator-association-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Creator-Association-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"A Creator View for associations of the type http://textgrid.org/serviceregistry/model/has-hash",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"has_hash_createor_association_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"environment:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-default-creator-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Creator-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_default_creator_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"160px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:textgrid-ui-schema]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Schema]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Schema for the TextGrid-ServiceRegistry-UI",
+ "type":"si:[pref_3:schema-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Commit-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Action-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Value-Group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:right]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:left]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:top]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:position-style]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:font-size]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:readonly]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:List-Box]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Text-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Literal-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:fixed]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:literal-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Literal-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:TM-Single-Type-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:TM-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Creator-Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Creator-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Topic-View]",
+ "[pref_2:Default-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:view-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:id]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:background-color]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:border-style]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:pointer]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:height]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:width]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Visible-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Descriptor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:schema-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Schema]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:descendant]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:ancestor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:descriptor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-construct]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:containee]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:container]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:topic-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:contains]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-service-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-service-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-hash-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-hash-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-hash-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-hash-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-environment-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-environment-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/hashobject/.+/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-name-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/environment/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:hash]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]",
+ "si:[pref_4:hash]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:service]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]",
+ "si:[pref_4:has-hash]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Hash-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]",
+ "si:[pref_5:Hash-Object]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Service]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:supertype-subtype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:subtype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:supertype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-role]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-topic-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-statement]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:occurrence-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-occurrence-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:subject-identifier-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]",
+ "si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:datatype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:regexp]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:card-max]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:card-min]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]",
+ "si:[pref_7:card-min]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:association-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:role-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:occurrence-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:name-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ }
+ ],
+ "associations":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:configuration]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-configuration-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-configuration-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:configuration]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-configuration-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-configuration-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter-Config]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-configuration-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-parameter-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-parameter-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-parameter-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-parameter-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-config-parameter-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-parameter-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-parameter-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-parameter-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-parameter-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-parameter-parameter-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-data-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:data]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-data-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:data]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-data-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-form-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:form]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-form-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:form]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-form-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-default-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:default]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-default-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:default]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-default-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-parameter-config-id-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-id]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-parameter-config-id-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-id]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-parameter-config-id-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-name-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-name]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-name-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter-Config]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-config-psi-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter-Config]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-needs-b64-encoding-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:needs-b64-encoding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-needs-b64-encoding-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:needs-b64-encoding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-needs-b64-encoding-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-crud-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:crud]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-crud-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:crud]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-crud-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-multiple-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:multiple]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-multiple-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:multiple]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-multiple-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-mime-type-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:mime-type]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-mime-type-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:mime-type]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-mime-type-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-param-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:param]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-param-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:param]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-param-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-parameter-id-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-id]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-parameter-id-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-id]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-parameter-id-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-parameter-type-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-type]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-parameter-type-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-type]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-parameter-type-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-name-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-name]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-name-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:parameter-psi-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Parameter]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-tg-approved-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:tg-approved]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-tg-approved-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:tg-approved]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-tg-approved-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-textgrid-url-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:textgrid-url]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-textgrid-url-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:textgrid-url]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-textgrid-url-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-identifier-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:identifier]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-identifier-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:identifier]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-identifier-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-owner-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:owner]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-owner-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:owner]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-owner-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-use-target-ns-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:use-target-ns]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-use-target-ns-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:use-target-ns]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-use-target-ns-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-target-namespace-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:target-namespace]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-target-namespace-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:target-namespace]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-target-namespace-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-location-body-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:description-location-body]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-location-body-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:description-location-body]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-location-body-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-inline-description-location-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:inline-description-location]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-inline-description-location-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:inline-description-location]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-inline-description-location-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-location-uri-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:description-location-uri]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-location-uri-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:description-location-uri]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-location-uri-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-keywords-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:keywords]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-keywords-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:keywords]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-keywords-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:description]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:description]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-description-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-service-type-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service-type]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-service-type-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service-type]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-service-type-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-operation-datatype-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:operation]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-operation-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:operation]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-operation-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-name-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service-name]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-name-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:service-psi-constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-editor-association-view-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-editor-association-view-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Delete-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Editor-Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Editor-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-creator-association-view-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-creator-association-view-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Commit-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value-Group]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Position]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:List-Box]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Literal-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Single-Type-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Single-Type-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Creator-Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Creator-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-psi-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-psi-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-occurrence-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:subject-identifier-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-name-constraint]"
+ }
+ ]
+ }
+ ],
+ "item_type":"topicmap",
+ "reifier":null
+}
\ No newline at end of file
Added: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_full_TMCL_and_GDL_Schema.xtm
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_full_TMCL_and_GDL_Schema.xtm Thu Aug 18 11:34:19 2011 (r756)
@@ -0,0 +1,13798 @@
+<?xml version="1.0" encoding="utf-8"?>
+<t:topicMap xmlns:t="http://www.topicmaps.org/xtm/" version="2.0">
+ <t:itemIdentity href="http://textgrid.org/serviceregistry/services-tm" />
+ <t:topic id="t236">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t241">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/name-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t246">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/occurrence-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t251">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/role-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t256">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/association-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t261">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/card-min" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ <t:topicRef href="#t261" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t266">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/card-max" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t271">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/regexp" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t276">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/datatype" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t281">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t286">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/subject-identifier-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t291">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t296">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-occurrence-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t301">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t306">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/occurrence-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t311">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t316">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t321">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t326">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained-statement" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t331">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained-topic-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t336">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained-role" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t341">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t346">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/subtype" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t351">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype-subtype" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t356">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Service" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t361">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Hash-Object" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ <t:topicRef href="#t361" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t366">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Environment" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t371">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t376">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/key" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t381">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/value" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t386">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t391">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ <t:topicRef href="#t391" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t396">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t401">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t406">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ <t:topicRef href="#t406" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t411">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t416">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/environment/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t421">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t291" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t426">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-name-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t431">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/hashobject/.+/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t436">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-hash-type-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t441">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-hash-type-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t446">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-hash-type-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t451">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-key-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t456">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-key-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t461">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-key-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t466">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-value-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t471">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-value-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t476">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-value-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t481">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-environment-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t486">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-environment-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t491">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-hash-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t496">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-hash-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t501">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-hash-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t506">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-hash-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t511">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-service-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t516">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-service-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2601">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/contains" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2606">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/topic-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2611">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/tm-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2616">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2621">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/value-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2626">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/position" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2631">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/container" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2636">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/containee" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2641">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/tm-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2646">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/tm-construct" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2651">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/descriptor" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2656">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2661">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/value" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2666">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/ancestor" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2671">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/descendant" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2676">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Schema" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2681">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/schema-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2686">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Descriptor" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2691">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Visible-Object" />
+ </t:topic>
+
+ <t:topic id="t2696">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/width" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2701">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/height" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2706">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/pointer" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2711">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/border-style" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2716">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/background-color" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2721">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/id" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2726">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/View" />
+ </t:topic>
+
+ <t:topic id="t2731">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/view-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2736">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Topic-View" />
+ </t:topic>
+
+ <t:topic id="t2741">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Topic-View" />
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Topic-View" />
+ </t:topic>
+
+ <t:topic id="t2746">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Creator-Topic-View" />
+ </t:topic>
+
+ <t:topic id="t2751">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Association-View" />
+ </t:topic>
+
+ <t:topic id="t2756">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Creator-Association-View" />
+ </t:topic>
+
+ <t:topic id="t2761">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Value" />
+ </t:topic>
+
+ <t:topic id="t2766">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/TM-Value" />
+ </t:topic>
+
+ <t:topic id="t2771">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/TM-Single-Type-Value" />
+ </t:topic>
+
+ <t:topic id="t2776">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Literal-Value" />
+ </t:topic>
+
+ <t:topic id="t2781">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/literal-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2786">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Value" />
+ </t:topic>
+
+ <t:topic id="t2791">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/fixed" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2796">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Literal-Value" />
+ </t:topic>
+
+ <t:topic id="t2801">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Text-Object" />
+ </t:topic>
+
+ <t:topic id="t2806">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/List-Box" />
+ </t:topic>
+
+ <t:topic id="t2811">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Text" />
+ </t:topic>
+
+ <t:topic id="t2816">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/readonly" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2821">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/font-size" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2826">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Position" />
+ </t:topic>
+
+ <t:topic id="t2831">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/position-style" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2836">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/top" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2841">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/left" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2846">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/right" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2851">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Value-Group" />
+ </t:topic>
+
+ <t:topic id="t2856">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Button" />
+ </t:topic>
+
+ <t:topic id="t2861">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Action-Button" />
+ </t:topic>
+
+ <t:topic id="t2866">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Commit-Button" />
+ </t:topic>
+
+ <t:topic id="t2871">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/textgrid-ui-schema" />
+ <t:instanceOf>
+ <t:topicRef href="#t2676" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2681" />
+ </t:type>
+ <t:value>GDL Schema for the TextGrid-ServiceRegistry-UI</t:value>
+ </t:name>
+ </t:topic>
+
+ <t:topic id="t2876">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-default-creator-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t2746" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_default_creator_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">160px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2881">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2886">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2891">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2896">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2901">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2906">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/has-hash-creator-association-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t2756" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>A Creator View for associations of the type http://textgrid.org/serviceregistry/model/has-hash</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">has_hash_createor_association_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2911">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-creator-association-view-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2916">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-creator-association-view-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2921">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-list-box-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2806" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_list_box_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2926">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-list-box-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2931">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-list-box-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2936">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2941">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2946">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2951">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">key:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2956">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">false</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2961">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2966">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2971">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2976">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2981">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2986">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">value:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2991">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">false</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2996">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3001">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t3006">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t2861" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_reset_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3011">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">115px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3016">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t3021">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">reset</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3026">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-commit-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t2866" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_commit_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3031">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-commit-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">115px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2846" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5801">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Editor-Topic-View" />
+ </t:topic>
+
+ <t:topic id="t5806">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Editor-Association-View" />
+ </t:topic>
+
+ <t:topic id="t5811">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Delete-Button" />
+ </t:topic>
+
+ <t:topic id="t5816">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-default-editor-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t5801" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_default_editor_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">160px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5821">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5826">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5831">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5836">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5841">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5846">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/has-hash-editor-association-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t5806" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>A Editor View for associations of the type http://textgrid.org/serviceregistry/model/has-hash</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">has_hash_createor_association_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5851">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-editor-association-view-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5856">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-editor-association-view-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5861">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5866">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5871">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5876">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5881">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5886">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5891">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">key:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5896">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5901">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5906">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5911">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5916">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5921">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5926">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">value:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5931">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5936">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5941">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5946">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-delete-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t5811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_delete_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5951">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-delete-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">115px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7501">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/cursor" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7509">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-default-creator-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t2746" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Environment</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_default_creator_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">100px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7514">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7519">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_text_label_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7524">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7529">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7534">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">name:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7539">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-name-text" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_name_text_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">false</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">240px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t7501" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7544">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-name-text-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">50px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7549">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-name-text-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7554">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-commit-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t2866" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_commit_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7559">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-commit-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">65px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2846" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8303">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-default-editor-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t5801" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Environment</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_default_editor_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">100px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8308">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t8313">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_text_label_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8318">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8323">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t8328">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">name:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8333">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-name-text" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_name_text_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">240px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t7501" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8338">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-name-text-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">50px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8343">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-name-text-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t8348">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-delete-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t5811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_delete_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8353">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-delete-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">65px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9002">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Parameter" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9007">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Parameter-Config" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9012">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-parameter" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9017">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-config" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9022">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9027">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/configuration" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9032">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9037">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/operation" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9042">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9047">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/description" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9052">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/keywords" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9057">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/description-location-uri" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9062">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/inline-description-location" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9067">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/description-location-body" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9072">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/target-namespace" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9077">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/use-target-ns" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9082">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/owner" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9087">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/identifier" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9092">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/textgrid-url" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9097">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/tg-approved" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9102">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9107">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-id" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9112">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9117">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/param" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9122">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/mime-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9127">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/multiple" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9132">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/crud" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9137">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/needs-b64-encoding" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9142">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/example-config" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9147">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9152">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-id" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9157">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/default" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9162">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/form" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9167">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/data" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t9172">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/service/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9177">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t291" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9182">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-operation-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9187">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-operation-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9192">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-service-type-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9197">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-service-type-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9202">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-description-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9207">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-description-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9212">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-keywords-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9217">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-keywords-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9222">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-description-location-uri-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9227">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-description-location-uri-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9232">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-inline-description-location-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9237">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-inline-description-location-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9242">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-description-location-body-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9247">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-description-location-body-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9252">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-target-namespace-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9257">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-target-namespace-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9262">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-use-target-ns-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9267">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-use-target-ns-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9272">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-owner-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9277">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-owner-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9282">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-identifier-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9287">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-identifier-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9292">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-textgrid-url-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9297">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-textgrid-url-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9302">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-tg-approved-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9307">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service-tg-approved-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9312">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/parameter/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9317">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t291" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9322">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-parameter-id-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9327">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-parameter-id-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9332">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-parameter-type-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9337">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-parameter-type-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9342">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-param-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9347">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-param-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9352">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-mime-type-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9357">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-mime-type-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9362">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-multiple-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9367">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-multiple-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9372">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-crud-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9377">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-crud-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9382">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-needs-b64-encoding-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9387">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-needs-b64-encoding-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9392">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/parameter-config/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9397">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t291" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9402">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-parameter-config-id-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9407">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-parameter-config-id-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9412">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-default-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9417">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-default-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#boolean</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9422">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-form-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9427">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-form-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9432">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-data-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9437">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/parameter-config-data-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9442">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-parameter-parameter-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9447">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-parameter-parameter-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9452">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-parameter-service-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9457">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-parameter-service-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9462">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-config-parameter-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9467">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-config-parameter-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9472">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-config-configuration-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t9477">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-config-configuration-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9027" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9477" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9017" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9477" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9027" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9472" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9017" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9472" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9007" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9472" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9022" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9467" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9017" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9467" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9022" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9462" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9017" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9462" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9462" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9457" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9012" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9457" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9452" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9012" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9452" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9452" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9022" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9447" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9012" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9447" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9022" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9442" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9012" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9442" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9442" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9437" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9167" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9432" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9167" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9432" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9427" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9162" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9422" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9162" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9422" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9417" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9157" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9412" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9157" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9412" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9407" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9152" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9402" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9152" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9402" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9397" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9147" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9397" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9007" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9392" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9007" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9387" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9137" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9382" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9137" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9382" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9377" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9132" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9372" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9132" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9372" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9367" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9127" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9362" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9127" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9362" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9357" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9122" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9352" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9122" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9352" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9347" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9117" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9342" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9117" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9342" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9327" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9107" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9322" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9107" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9322" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9337" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9112" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9332" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9112" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9332" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9317" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9102" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9317" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9312" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9307" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9097" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9302" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9097" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9302" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9297" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9092" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9292" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9092" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9292" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9287" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9087" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9282" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9087" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9282" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9277" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9082" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9272" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9082" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9272" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9267" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9077" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9262" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9077" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9262" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9257" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9072" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9252" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9072" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9252" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9247" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9067" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9242" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9067" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9242" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9237" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9062" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9232" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9062" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9232" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9227" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9057" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9222" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9057" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9222" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9217" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9052" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9212" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9052" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9212" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9207" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9047" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9202" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9047" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9202" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9197" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9042" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9192" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9042" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9192" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9187" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9037" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9182" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9037" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9182" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9177" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t9032" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9177" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t9172" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9477" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9472" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9467" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9462" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9457" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9452" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9447" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9442" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9437" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9432" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9427" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9422" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9417" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9412" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9407" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9402" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9397" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9392" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9387" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9382" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9377" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9372" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9367" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9362" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9357" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9352" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9347" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9342" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9337" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9332" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9327" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9322" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9317" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9312" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9307" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9302" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9297" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9292" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9287" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9282" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9277" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9272" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9267" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9262" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9257" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9252" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9247" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9242" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9237" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9232" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9227" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9222" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9217" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9212" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9207" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9202" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9197" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9192" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9187" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9182" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9177" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9172" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9167" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9162" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9157" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9152" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9147" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9142" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9137" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9132" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9127" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9122" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9117" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9112" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9107" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9102" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9097" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9092" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9087" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9082" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9077" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9072" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9067" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9062" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9057" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9052" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9047" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9042" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9037" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9032" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9027" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9022" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9017" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9012" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9007" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t9002" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8353" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t8348" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8348" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8343" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8343" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8338" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8323" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8323" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t8328" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8318" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t8308" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8308" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8353" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8348" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8343" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8338" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8328" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8323" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8318" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8308" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7559" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t7554" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7554" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7549" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7549" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7544" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7529" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7529" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t7534" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7524" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t7514" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7514" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2786" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2776" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7559" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7554" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2866" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7549" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7544" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7534" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7529" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7524" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7514" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2746" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7501" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5951" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5946" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5946" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t5926" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5901" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t5891" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5866" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5856" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5851" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t5841" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5831" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t5821" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5821" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t5811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2751" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t5806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2741" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t5801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5951" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5946" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5926" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5901" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5891" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5886" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5866" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5856" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5851" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5841" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5831" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5821" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t3031" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t3026" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t3026" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3016" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t3021" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3016" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t3021" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t3011" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3001" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3001" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2996" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2981" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2981" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t2986" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2976" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2966" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2966" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2961" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t2951" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2926" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t2901" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2891" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t2881" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2866" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2856" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2856" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2691" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2786" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2776" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2766" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2766" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2766" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2751" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2756" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2726" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2751" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2741" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2746" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2736" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2741" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2726" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2736" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2691" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2726" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2691" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3031" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3026" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2866" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3021" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3016" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3011" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3001" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2996" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2986" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2981" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2976" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2966" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2961" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2951" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2946" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2926" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2756" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2901" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2891" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2746" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2676" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2841" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2831" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2821" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2791" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2781" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2731" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2721" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2716" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2711" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2706" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2701" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2696" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2681" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2676" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2671" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2666" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2661" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2656" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2651" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2646" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2641" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2636" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2631" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2626" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2621" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2616" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2611" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2606" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2601" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t516" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t516" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t506" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t506" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t496" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t496" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t411" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t486" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t486" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t411" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t476" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t471" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t461" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t456" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t446" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t441" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t436" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t436" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t386" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t426" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t386" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t416" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t431" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t516" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t506" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t496" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t486" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t476" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t471" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t461" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t456" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t446" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t441" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t436" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t431" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t426" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t416" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t411" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t386" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t351" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t346" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t341" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t336" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t331" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t326" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t321" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t276" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t271" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t266" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t261" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t261" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+</t:topicMap>
Added: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.jtm
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.jtm Thu Aug 18 11:34:19 2011 (r756)
@@ -0,0 +1,7056 @@
+{
+ "version":"1.1",
+ "prefixes":{
+ "pref_5":"http://textgrid.org/serviceregistry/model/types/",
+ "pref_4":"http://textgrid.org/serviceregistry/model/",
+ "pref_1":"http://textgrid.org/serviceregistry/gdl/",
+ "pref_6":"http://psi.topicmaps.org/iso13250/model/",
+ "pref_8":"http://textgrid.org/serviceregistry/",
+ "xsd":"http://www.w3.org/2001/XMLSchema#",
+ "pref_2":"http://psi.isidor.us/gdl/types/",
+ "pref_7":"http://psi.topicmaps.org/tmcl/",
+ "pref_3":"http://psi.isidor.us/gdl/"
+ },
+ "item_identifiers":["[pref_8:services-tm]"
+ ],
+ "topics":[{
+ "subject_identifiers":["[pref_1:environment-editor-delete-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"65px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-delete-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Delete-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_delete_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"50px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_name_text_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"240px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:cursor]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"name:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_text_label_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-default-editor-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Editor-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Environment",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_default_editor_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"100px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-commit-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"65px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:right]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-commit-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Commit-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_commit_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"50px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_name_text_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"240px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:cursor]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"name:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_text_label_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-default-creator-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Creator-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Environment",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_default_creator_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"100px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_3:cursor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-delete-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-delete-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Delete-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_delete_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"value:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"key:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-editor-association-view-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-editor-association-view-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:has-hash-editor-association-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Editor-Association-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"A Editor View for associations of the type http://textgrid.org/serviceregistry/model/has-hash",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"has_hash_createor_association_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"environment:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-default-editor-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Editor-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_default_editor_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"160px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_2:Delete-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Editor-Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Editor-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-commit-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:right]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-commit-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Commit-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_commit_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"reset",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Action-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_reset_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"value:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"key:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:List-Box]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_list_box_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-creator-association-view-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-creator-association-view-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:has-hash-creator-association-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Creator-Association-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"A Creator View for associations of the type http://textgrid.org/serviceregistry/model/has-hash",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"has_hash_createor_association_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"environment:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-default-creator-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Creator-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_default_creator_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"160px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:textgrid-ui-schema]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Schema]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Schema for the TextGrid-ServiceRegistry-UI",
+ "type":"si:[pref_3:schema-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Commit-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Action-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Value-Group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:right]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:left]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:top]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:position-style]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:font-size]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:readonly]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:List-Box]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Text-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Literal-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:fixed]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:literal-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Literal-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:TM-Single-Type-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:TM-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Creator-Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Creator-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Topic-View]",
+ "[pref_2:Default-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:view-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:id]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:background-color]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:border-style]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:pointer]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:height]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:width]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Visible-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Descriptor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:schema-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Schema]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:descendant]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:ancestor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:descriptor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-construct]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:containee]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:container]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:topic-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:contains]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-service-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-service-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-hash-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-hash-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-hash-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-hash-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-environment-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-environment-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/hashobject/.+/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-name-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/environment/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:hash]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:service]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Hash-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Service]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:supertype-subtype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:subtype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:supertype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-role]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-topic-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-statement]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:occurrence-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-occurrence-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:subject-identifier-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]",
+ "si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:datatype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:regexp]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:card-max]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:card-min]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:association-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:role-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:occurrence-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:name-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ }
+ ],
+ "associations":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-editor-association-view-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-editor-association-view-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Delete-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Editor-Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Editor-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-creator-association-view-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-creator-association-view-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Commit-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value-Group]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Position]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:List-Box]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Literal-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Single-Type-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Single-Type-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Creator-Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Creator-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-psi-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-psi-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-occurrence-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:subject-identifier-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-name-constraint]"
+ }
+ ]
+ }
+ ],
+ "item_type":"topicmap",
+ "reifier":null
+}
\ No newline at end of file
Added: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.xtm
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.xtm Thu Aug 18 11:34:19 2011 (r756)
@@ -0,0 +1,8928 @@
+<?xml version="1.0" encoding="utf-8"?>
+<t:topicMap xmlns:t="http://www.topicmaps.org/xtm/" version="2.0">
+ <t:itemIdentity href="http://textgrid.org/serviceregistry/services-tm" />
+ <t:topic id="t236">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t241">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/name-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t246">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/occurrence-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t251">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/role-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t256">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/association-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t261">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/card-min" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t266">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/card-max" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t271">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/regexp" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t276">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/datatype" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t281">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t286">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/subject-identifier-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t291">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t296">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-occurrence-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t301">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t306">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/occurrence-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t311">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/topic-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t316">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t321">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t326">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained-statement" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t331">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained-topic-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t336">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/tmcl/constrained-role" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t341">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t346">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/subtype" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t351">
+ <t:subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype-subtype" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t356">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Service" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t361">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Hash-Object" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t366">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/types/Environment" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t371">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-type" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t376">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/key" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t381">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/value" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t386">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t391">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t396">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t401">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/service" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t406">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t411">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t416">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/environment/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t421">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-name-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t291" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t426">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/environment-name-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t431">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-psi-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t286" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^http://textgrid.org/serviceregistry/hashobject/.+/.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t436">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-hash-type-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t441">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-hash-type-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t446">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-hash-type-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t451">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-key-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t456">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-key-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t461">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-key-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t466">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-value-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t296" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t471">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-value-regular-expression-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t301" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t271" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">^.+$</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t476">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/hash-value-datatype-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t306" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t276" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t481">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-environment-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t486">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-environment-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t491">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-hash-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t496">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-environment-hash-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t501">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-hash-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t506">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-hash-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t511">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-service-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t311" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t516">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/model/has-hash-service-association-role-constraint" />
+ <t:instanceOf>
+ <t:topicRef href="#t316" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t261" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t266" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">1</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2601">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/contains" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2606">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/topic-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2611">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/tm-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2616">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2621">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/value-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2626">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/position" />
+ <t:instanceOf>
+ <t:topicRef href="#t256" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2631">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/container" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2636">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/containee" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2641">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/tm-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2646">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/tm-construct" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2651">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/descriptor" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2656">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2661">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/value" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2666">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/ancestor" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2671">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/descendant" />
+ <t:instanceOf>
+ <t:topicRef href="#t251" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2676">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Schema" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2681">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/schema-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2686">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Descriptor" />
+ <t:instanceOf>
+ <t:topicRef href="#t236" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2691">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Visible-Object" />
+ </t:topic>
+
+ <t:topic id="t2696">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/width" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2701">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/height" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2706">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/pointer" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2711">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/border-style" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2716">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/background-color" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2721">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/id" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2726">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/View" />
+ </t:topic>
+
+ <t:topic id="t2731">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/view-name" />
+ <t:instanceOf>
+ <t:topicRef href="#t241" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2736">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Topic-View" />
+ </t:topic>
+
+ <t:topic id="t2741">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Topic-View" />
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Topic-View" />
+ </t:topic>
+
+ <t:topic id="t2746">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Creator-Topic-View" />
+ </t:topic>
+
+ <t:topic id="t2751">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Association-View" />
+ </t:topic>
+
+ <t:topic id="t2756">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Creator-Association-View" />
+ </t:topic>
+
+ <t:topic id="t2761">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Value" />
+ </t:topic>
+
+ <t:topic id="t2766">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/TM-Value" />
+ </t:topic>
+
+ <t:topic id="t2771">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/TM-Single-Type-Value" />
+ </t:topic>
+
+ <t:topic id="t2776">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Literal-Value" />
+ </t:topic>
+
+ <t:topic id="t2781">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/literal-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2786">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Value" />
+ </t:topic>
+
+ <t:topic id="t2791">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/fixed" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2796">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Literal-Value" />
+ </t:topic>
+
+ <t:topic id="t2801">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Text-Object" />
+ </t:topic>
+
+ <t:topic id="t2806">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/List-Box" />
+ </t:topic>
+
+ <t:topic id="t2811">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Text" />
+ </t:topic>
+
+ <t:topic id="t2816">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/readonly" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2821">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/font-size" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2826">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Position" />
+ </t:topic>
+
+ <t:topic id="t2831">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/position-style" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2836">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/top" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2841">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/left" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2846">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/right" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2851">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Value-Group" />
+ </t:topic>
+
+ <t:topic id="t2856">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Button" />
+ </t:topic>
+
+ <t:topic id="t2861">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Action-Button" />
+ </t:topic>
+
+ <t:topic id="t2866">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Commit-Button" />
+ </t:topic>
+
+ <t:topic id="t2871">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/textgrid-ui-schema" />
+ <t:instanceOf>
+ <t:topicRef href="#t2676" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2681" />
+ </t:type>
+ <t:value>GDL Schema for the TextGrid-ServiceRegistry-UI</t:value>
+ </t:name>
+ </t:topic>
+
+ <t:topic id="t2876">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-default-creator-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t2746" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_default_creator_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">160px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2881">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2886">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2891">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2896">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2901">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-env-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2906">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/has-hash-creator-association-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t2756" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>A Creator View for associations of the type http://textgrid.org/serviceregistry/model/has-hash</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">has_hash_createor_association_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2911">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-creator-association-view-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2916">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-creator-association-view-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2921">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-list-box-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2806" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_list_box_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2926">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-list-box-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2931">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-list-box-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2936">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2941">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2946">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2951">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-key-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">key:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2956">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">false</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2961">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2966">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2971">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2976">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2981">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t2986">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-label-value-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">value:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2991">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">false</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t2996">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3001">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-text-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t3006">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t2861" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_reset_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3011">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">115px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3016">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t3021">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-reset-button-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">reset</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3026">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-commit-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t2866" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_commit_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t3031">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-creator-commit-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">115px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2846" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5801">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Default-Editor-Topic-View" />
+ </t:topic>
+
+ <t:topic id="t5806">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Editor-Association-View" />
+ </t:topic>
+
+ <t:topic id="t5811">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/types/Delete-Button" />
+ </t:topic>
+
+ <t:topic id="t5816">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-default-editor-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t5801" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_default_editor_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">160px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5821">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5826">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5831">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5836">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5841">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-env-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5846">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/has-hash-editor-association-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t5806" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>A Editor View for associations of the type http://textgrid.org/serviceregistry/model/has-hash</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">has_hash_createor_association_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5851">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-editor-association-view-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5856">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-has-hash-editor-association-view-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5861">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-env" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_env_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5866">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-env-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">0px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5871">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-env-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5876">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5881">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5886">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5891">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-key-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">key:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5896">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-key" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_key_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5901">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-key-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5906">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-key-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5911">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_label_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5916">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5921">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5926">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-label-value-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">value:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5931">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_text_value_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">230px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2706" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5936">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-value-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">70px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">60px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5941">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-text-value-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t5946">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-delete-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t5811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">hash_object_delete_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t5951">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/hash-object-editor-delete-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">115px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7501">
+ <t:subjectIdentifier href="http://psi.isidor.us/gdl/cursor" />
+ <t:instanceOf>
+ <t:topicRef href="#t246" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7509">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-default-creator-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t2746" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Environment</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_default_creator_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">100px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7514">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7519">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_text_label_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7524">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7529">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7534">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">name:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7539">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-name-text" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_name_text_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">false</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">240px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t7501" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7544">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-name-text-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">50px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7549">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-name-text-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t7554">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-commit-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t2866" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_commit_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t7559">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-creator-commit-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">65px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2846" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8303">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-default-editor-topic-view" />
+ <t:instanceOf>
+ <t:topicRef href="#t5801" />
+ </t:instanceOf>
+ <t:name>
+ <t:type>
+ <t:topicRef href="#t2731" />
+ </t:type>
+ <t:value>GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Environment</t:value>
+ </t:name>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_default_editor_topic_view_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">300px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">100px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8308">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-view-binding" />
+ <t:instanceOf>
+ <t:topicRef href="#t2771" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t8313">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_text_label_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">40px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2716" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">gray</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2711" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">none</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8318">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8323">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t8328">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-text-label-value" />
+ <t:instanceOf>
+ <t:topicRef href="#t2796" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2781" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">name:</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8333">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-name-text" />
+ <t:instanceOf>
+ <t:topicRef href="#t2811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_name_text_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2816" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">true</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">240px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t7501" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">text</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8338">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-name-text-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">50px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8343">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-name-text-value-group" />
+ <t:instanceOf>
+ <t:topicRef href="#t2851" />
+ </t:instanceOf>
+ </t:topic>
+
+ <t:topic id="t8348">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-delete-button" />
+ <t:instanceOf>
+ <t:topicRef href="#t5811" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2721" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">environment_delete_button_id</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2701" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">30px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2696" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">80px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2821" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">12px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:topic id="t8353">
+ <t:subjectIdentifier href="http://textgrid.org/serviceregistry/gdl/environment-editor-delete-button-position" />
+ <t:instanceOf>
+ <t:topicRef href="#t2826" />
+ </t:instanceOf>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2831" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">absolute</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2836" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">65px</t:resourceData>
+ </t:occurrence>
+ <t:occurrence>
+ <t:type>
+ <t:topicRef href="#t2841" />
+ </t:type>
+ <t:resourceData datatype="http://www.w3.org/2001/XMLSchema#string">10px</t:resourceData>
+ </t:occurrence>
+ </t:topic>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8353" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t8348" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8348" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8343" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8343" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8338" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8323" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t8323" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t8328" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8318" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t8308" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t8308" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8353" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8348" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8343" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8338" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8333" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8328" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8323" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8318" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8313" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8308" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t8303" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7559" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t7554" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7554" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7549" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7549" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7544" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7529" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t7529" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t7534" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7524" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t7514" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t7514" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2786" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2776" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7559" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7554" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2866" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7549" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7544" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7539" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7534" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7529" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7524" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7519" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7514" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7509" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2746" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t7501" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5951" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5946" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5946" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t5926" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5901" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t5891" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5866" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5856" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5851" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t5841" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5831" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t5821" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t5821" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t5811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2751" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t5806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2741" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t5801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5951" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5946" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5926" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5901" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5891" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5886" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5866" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5861" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5856" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5851" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5841" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5831" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5826" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5821" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t5816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t5801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t3031" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t3026" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t3026" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3016" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t3021" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3016" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t3021" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t3011" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3001" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t3001" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2996" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2981" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2981" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t2986" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2976" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2966" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2966" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2961" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t2951" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2926" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2616" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2621" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2656" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2661" />
+ </t:type>
+ <t:topicRef href="#t2901" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2626" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2891" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2666" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2671" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2606" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2641" />
+ </t:type>
+ <t:topicRef href="#t2881" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2611" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2651" />
+ </t:type>
+ <t:topicRef href="#t2881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2646" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t2601" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2631" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t2636" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2866" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2856" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2856" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2691" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2801" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2786" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2776" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2766" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2766" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2766" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2761" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2751" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2756" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2726" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2751" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2741" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2746" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2736" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2741" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2726" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2736" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2691" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2726" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t2691" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3031" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3026" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2866" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3021" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3016" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3011" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3006" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2861" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t3001" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2996" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2991" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2986" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2981" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2976" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2971" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2966" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2961" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2956" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2951" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2946" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2941" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2936" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2931" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2926" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2921" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2806" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2916" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2911" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2906" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2756" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2901" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2796" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2896" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2851" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2891" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2826" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2886" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2811" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2881" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2771" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2876" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2746" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2871" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t2676" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2846" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2841" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2836" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2831" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2821" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2816" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2791" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2781" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2731" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2721" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2716" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2711" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2706" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2701" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2696" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2686" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2681" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2676" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2671" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2666" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2661" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2656" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2651" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2646" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2641" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2636" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2631" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2626" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2621" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2616" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2611" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2606" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t2601" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t516" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t516" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t506" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t506" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t496" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t496" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t411" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t486" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t486" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t336" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t411" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t476" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t471" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t461" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t456" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t446" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t441" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t436" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t436" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t386" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t426" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t326" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t386" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t416" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t331" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t321" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t281" />
+ </t:type>
+ <t:topicRef href="#t431" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t351" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t341" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t346" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t516" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t511" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t506" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t501" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t496" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t491" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t486" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t481" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t476" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t471" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t466" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t461" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t456" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t451" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t446" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t441" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t436" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t431" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t426" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t421" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t416" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t411" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t406" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t401" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t396" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t391" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t386" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t381" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t376" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t371" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t366" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t361" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t356" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t351" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t346" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t341" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t336" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t331" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t326" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t321" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t316" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t311" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t306" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t301" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t296" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t291" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t286" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t281" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t276" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t271" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t266" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t261" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t256" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t251" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t246" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t241" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+ <t:association>
+ <t:type>
+ <t:topicRef href="#t99" />
+ </t:type>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t215" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ <t:role>
+ <t:type>
+ <t:topicRef href="#t207" />
+ </t:type>
+ <t:topicRef href="#t236" />
+ </t:role>
+ </t:association>
+
+</t:topicMap>
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_optional.jtm
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_optional.jtm Thu Aug 18 11:01:10 2011 (r755)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_optional.jtm Thu Aug 18 11:34:19 2011 (r756)
@@ -2,13 +2,11 @@
"prefixes":{"tmcl":"http://psi.topicmaps.org/tmcl/",
"tmdm":"http://psi.topicmaps.org/iso13250/model/",
- "tg":"http://textgrid.org/serviceregistry/",
+ "tgt":"http://textgrid.org/serviceregistry/model/types/",
"tgm":"http://textgrid.org/serviceregistry/model/"},
"item_type":"topicmap",
- "item_identifiers":["[tg:services-tm]"],
-
"topics":[{"subject_identifiers":["[tmcl:topic-type]"], "instance_of":["si:[tmcl:topic-type]"]},
{"subject_identifiers":["[tmcl:name-type]"], "instance_of":["si:[tmcl:topic-type]"]},
{"subject_identifiers":["[tmcl:occurrence-type]"], "instance_of":["si:[tmcl:topic-type]"]},
@@ -38,10 +36,10 @@
{"subject_identifiers":["[tmdm:subtype]"], "instance_of":["si:[tmcl:role-type]"]},
{"subject_identifiers":["[tmdm:supertype-subtype]"], "instance_of":["si:[tmcl:association-type]"]},
- {"subject_identifiers":["[tgm:Service]"], "instance_of":["si:[tmcl:topic-type]"]},
- {"subject_identifiers":["[tgm:Hash-Object]"], "instance_of":["si:[tmcl:topic-type]"]},
- {"subject_identifiers":["[tgm:Parameter]"], "instance_of":["si:[tmcl:topic-type]"]},
- {"subject_identifiers":["[tgm:Parameter-Config]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Service]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Hash-Object]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Parameter]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Parameter-Config]"], "instance_of":["si:[tmcl:topic-type]"]},
{"subject_identifiers":["[tgm:has-hash]"], "instance_of":["si:[tmcl:association-type]"]},
{"subject_identifiers":["[tgm:has-parameter]"], "instance_of":["si:[tmcl:association-type]"]},
@@ -161,118 +159,118 @@
{"type":"si:[tmdm:supertype-subtype]", "roles":[{"type":"si:[tmdm:supertype]", "player":"si:[tmcl:constraint]"},{"type":"si:[tmdm:subtype]", "player":"si:[tmcl:topic-role-constraint]"}]},
{"type":"si:[tmdm:supertype-subtype]", "roles":[{"type":"si:[tmdm:supertype]", "player":"si:[tmcl:constraint]"},{"type":"si:[tmdm:subtype]", "player":"si:[tmcl:association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-psi-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-psi-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:service-name]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-operation-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-operation-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-operation-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:operation]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-operation-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:operation]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-service-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-service-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-service-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:service-type]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-service-type-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:service-type]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:description]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:description]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-keywords-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-keywords-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-keywords-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:keywords]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-keywords-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:keywords]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-uri-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-uri-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-uri-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:description-location-uri]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-uri-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:description-location-uri]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-inline-description-location-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-inline-description-location-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-inline-description-location-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:inline-description-location]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-inline-description-location-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:inline-description-location]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-body-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-body-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-body-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:description-location-body]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-description-location-body-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:description-location-body]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-target-namespace-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-target-namespace-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-target-namespace-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:target-namespace]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-target-namespace-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:target-namespace]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-use-target-ns-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-use-target-ns-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-use-target-ns-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:use-target-ns]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-use-target-ns-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:use-target-ns]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-owner-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-owner-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-owner-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:owner]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-owner-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:owner]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-identifier-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-identifier-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-identifier-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:identifier]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-identifier-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:identifier]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-textgrid-url-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-textgrid-url-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-textgrid-url-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:textgrid-url]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-textgrid-url-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:textgrid-url]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-tg-approved-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-tg-approved-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-tg-approved-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:tg-approved]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:service-tg-approved-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:tg-approved]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-psi-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-psi-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-name]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-type]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-type-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-type]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-id-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-id-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-id-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-id]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-parameter-id-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-id]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-param-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-param-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-param-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:param]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-param-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:param]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-mime-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-mime-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-mime-type-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:mime-type]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-mime-type-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:mime-type]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-multiple-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-multiple-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-multiple-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:multiple]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-multiple-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:multiple]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-crud-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-crud-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-crud-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:crud]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-crud-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:crud]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-needs-b64-encoding-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-needs-b64-encoding-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-needs-b64-encoding-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:needs-b64-encoding]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-needs-b64-encoding-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:needs-b64-encoding]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-psi-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter-Config]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter-Config]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-psi-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter-Config]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter-Config]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-name-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-config-name]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-parameter-config-id-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-parameter-config-id-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-parameter-config-id-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-config-id]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-parameter-config-id-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter-config-id]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-default-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-default-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-default-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:default]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-default-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:default]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-form-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-form-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-form-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:form]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-form-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:form]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-data-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-data-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-data-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:data]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constraint]", "player":"si:[tgm:parameter-config-data-datatype-constraint]"}, {"type":"si:[tmcl:constrained]", "player":"si:[tgm:data]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-parameter-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-parameter-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-parameter-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-parameter-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-parameter-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-parameter-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-service-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-service-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-parameter-service-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-parameter-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-parameter-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-config]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-parameter-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-parameter-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-config]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-parameter-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:parameter]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-parameter-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Parameter-Config]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-configuration-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Parameter-Config]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-configuration-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-config]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-configuration-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:configuration]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-configuration-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-config]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-config-configuration-association-role-constraint]"}]},
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_required.jtm
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_required.jtm Thu Aug 18 11:01:10 2011 (r755)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_TMCL_2010-05-03_required.jtm Thu Aug 18 11:34:19 2011 (r756)
@@ -2,13 +2,11 @@
"prefixes":{"tmcl":"http://psi.topicmaps.org/tmcl/",
"tmdm":"http://psi.topicmaps.org/iso13250/model/",
- "tg":"http://textgrid.org/serviceregistry/",
+ "tgt":"http://textgrid.org/serviceregistry/model/types/",
"tgm":"http://textgrid.org/serviceregistry/model/"},
"item_type":"topicmap",
- "item_identifiers":["[tg:services-tm]"],
-
"topics":[{"subject_identifiers":["[tmcl:topic-type]"], "instance_of":["si:[tmcl:topic-type]"]},
{"subject_identifiers":["[tmcl:name-type]"], "instance_of":["si:[tmcl:topic-type]"]},
{"subject_identifiers":["[tmcl:occurrence-type]"], "instance_of":["si:[tmcl:topic-type]"]},
@@ -39,9 +37,9 @@
{"subject_identifiers":["[tmdm:subtype]"], "instance_of":["si:[tmcl:role-type]"]},
{"subject_identifiers":["[tmdm:supertype-subtype]"], "instance_of":["si:[tmcl:association-type]"]},
- {"subject_identifiers":["[tgm:Service]"], "instance_of":["si:[tmcl:topic-type]"]},
- {"subject_identifiers":["[tgm:Hash-Object]"], "instance_of":["si:[tmcl:topic-type]"]},
- {"subject_identifiers":["[tgm:Environment]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Service]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Hash-Object]"], "instance_of":["si:[tmcl:topic-type]"]},
+ {"subject_identifiers":["[tgt:Environment]"], "instance_of":["si:[tmcl:topic-type]"]},
{"subject_identifiers":["[tgm:hash-type]"], "instance_of":["si:[tmcl:occurrence-type]"]},
{"subject_identifiers":["[tgm:key]"], "instance_of":["si:[tmcl:occurrence-type]"]},
@@ -89,42 +87,42 @@
{"type":"si:[tmdm:supertype-subtype]", "roles":[{"type":"si:[tmdm:supertype]", "player":"si:[tmcl:constraint]"},{"type":"si:[tmdm:subtype]", "player":"si:[tmcl:topic-role-constraint]"}]},
{"type":"si:[tmdm:supertype-subtype]", "roles":[{"type":"si:[tmdm:supertype]", "player":"si:[tmcl:constraint]"},{"type":"si:[tmdm:subtype]", "player":"si:[tmcl:association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-psi-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:environment-psi-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:environment-name-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-psi-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:environment-psi-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:environment-name-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:environment-name]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:environment-name-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:environment-name]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:environment-name-regular-expression-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-hash-type-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-hash-type-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash-type]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-hash-type-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash-type]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-hash-type-regular-expression-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash-type]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-hash-type-datatype-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-key-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-key-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:key]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-key-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:key]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-key-regular-expression-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:key]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-key-datatype-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-value-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-value-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:value]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-value-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:value]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-value-regular-expression-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:value]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:hash-value-datatype-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-environment-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-environment-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-environment-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-environment-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-environment-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-environment-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-hash-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-environment]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-hash-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-environment-hash-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Hash-Object]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-association-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-hash-association-role-constraint]"}]},
- {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:Service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
+ {"type":"si:[tmcl:constrained-topic-type]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgt:Service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-role]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:service]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-role-constraint]"}]},
{"type":"si:[tmcl:constrained-statement]", "roles":[{"type":"si:[tmcl:constrained]", "player":"si:[tgm:has-hash]"},{"type":"si:[tmcl:constraint]", "player":"si:[tgm:has-hash-service-association-role-constraint]"}]},
More information about the Isidorus-cvs
mailing list