Modelina
Preparing search index...
XsdSimpleType
Interface XsdSimpleType
interface
XsdSimpleType
{
list
?:
{
itemType
?:
string
}
;
name
?:
string
;
restriction
?:
{
base
?:
string
;
enumeration
?:
string
[]
;
maxInclusive
?:
number
;
maxLength
?:
number
;
minInclusive
?:
number
;
minLength
?:
number
;
pattern
?:
string
;
}
;
union
?:
{
memberTypes
?:
string
[]
}
;
}
Index
Properties
list?
name?
restriction?
union?
Properties
Optional
list
list
?:
{
itemType
?:
string
}
Optional
name
name
?:
string
Optional
restriction
restriction
?:
{
base
?:
string
;
enumeration
?:
string
[]
;
maxInclusive
?:
number
;
maxLength
?:
number
;
minInclusive
?:
number
;
minLength
?:
number
;
pattern
?:
string
;
}
Optional
union
union
?:
{
memberTypes
?:
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
list
name
restriction
union
Modelina
Loading...