@designliquido/xpath
Preparing search index...
Schema
Interface Schema
Schema structure
interface
Schema
{
targetNamespace
?:
string
;
elementDeclarations
:
Map
<
string
,
ElementDeclaration
>
;
attributeDeclarations
:
Map
<
string
,
AttributeDeclaration
>
;
types
:
Map
<
string
,
SchemaType
>
;
complexTypes
:
Map
<
string
,
ComplexType
>
;
}
Index
Properties
target
Namespace?
element
Declarations
attribute
Declarations
types
complex
Types
Properties
Optional
target
Namespace
targetNamespace
?:
string
element
Declarations
elementDeclarations
:
Map
<
string
,
ElementDeclaration
>
attribute
Declarations
attributeDeclarations
:
Map
<
string
,
AttributeDeclaration
>
types
types
:
Map
<
string
,
SchemaType
>
complex
Types
complexTypes
:
Map
<
string
,
ComplexType
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
target
Namespace
element
Declarations
attribute
Declarations
types
complex
Types
@designliquido/xpath
Loading...
Schema structure