1 | EMap<String, String> getXMLNSPrefixMap();↵ | | 1 | EMap<String, String> getXMLNSPrefixMap();↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * Returns the value of the '<em><b>XSI Schema Location</b></em>' map.↵ | | 3 | * Returns the value of the '<em><b>XSI Schema Location</b></em>' map.↵
|
4 | * The key is of type {@link java.lang.String},↵ | | 4 | * The key is of type {@link java.lang.String},↵
|
5 | * and the value is of type {@link java.lang.String},↵ | | 5 | * and the value is of type {@link java.lang.String},↵
|
6 | * <!-- begin-user-doc -->↵ | | 6 | * <!-- begin-user-doc -->↵
|
7 | * <!-- end-user-doc -->↵ | | 7 | * <!-- end-user-doc -->↵
|
8 | * @return the value of the '<em>XSI Schema Location</em>' map.↵ | | 8 | * @return the value of the '<em>XSI Schema Location</em>' map.↵
|
9 | * @see org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage#getXMLNamespaceDocumentRoot_XSISchemaLocation()↵ | | 9 | * @see org.eclipse.emf.ecore.xml.type.XMLTypePackage#getXMLTypeDocumentRoot_XSISchemaLocation()↵
|
10 | * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true"↵ | | 10 | * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true"↵
|
11 | * extendedMetaData="kind='attribute' name='xsi:schemaLocation'"↵ | | 11 | * extendedMetaData="kind='attribute' name='xsi:schemaLocation'"↵
|
12 | * @generated↵ | | 12 | * @generated↵
|
13 | */↵ | | 13 | */↵
|
14 | EMap<String, String> getXSISchemaLocation(); | | 14 | EMap<String, String> getXSISchemaLocation();
|