@designliquido/xpath
Preparing search index...
ElementDeclaration
Interface ElementDeclaration
Element declaration from schema
interface
ElementDeclaration
{
name
:
string
;
namespace
?:
string
;
type
:
SchemaType
;
minOccurs
?:
number
;
maxOccurs
?:
number
;
nillable
?:
boolean
;
substitutionGroup
?:
string
;
}
Index
Properties
name
namespace?
type
min
Occurs?
max
Occurs?
nillable?
substitution
Group?
Properties
name
name
:
string
Optional
namespace
namespace
?:
string
type
type
:
SchemaType
Optional
min
Occurs
minOccurs
?:
number
Optional
max
Occurs
maxOccurs
?:
number
Optional
nillable
nillable
?:
boolean
Optional
substitution
Group
substitutionGroup
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
namespace
type
min
Occurs
max
Occurs
nillable
substitution
Group
@designliquido/xpath
Loading...
Element declaration from schema