xsd

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: None detected not legal advice Imports: 0 Imported by: 0

Documentation

Overview

Package xsd contains the Ontology for the XSD datatypes.

Index

Constants

This section is empty.

Variables

View Source
var AnySimpleType = anySimpleTypeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "anySimpleType"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var AnyURI = anyURII{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "anyURI"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Base64Binary = base64BinaryI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "base64Binary"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Boolean = booleanI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "boolean"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Byte = byteI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "byte"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Date = dateI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "date"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var DateTime = dateTimeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "dateTime"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var DateTimeStamp = dateTimeStampI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "dateTimeStamp"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Decimal = decimalI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "decimal"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Double = doubleI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "double"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Duration = durationI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "duration"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Float = floatI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "float"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var FractionDigits = fractionDigitsI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "fractionDigits"},
	ARange:  NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var HexBinary = hexBinaryI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "hexBinary"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Int = intI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "int"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Integer = integerI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "integer"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Language = languageI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "language"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Length = lengthI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "length"},
	ARange:  NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Long = longI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "long"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var MaxExclusive = maxExclusiveI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "maxExclusive"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MaxInclusive = maxInclusiveI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "maxInclusive"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MaxLength = maxLengthI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "maxLength"},
	ARange:  NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MinExclusive = minExclusiveI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "minExclusive"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MinInclusive = minInclusiveI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "minInclusive"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MinLength = minLengthI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "minLength"},
	ARange:  NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var NegativeInteger = negativeIntegerI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "negativeInteger"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var NonNegativeInteger = nonNegativeIntegerI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "nonNegativeInteger"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var NonPositiveInteger = nonPositiveIntegerI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "nonPositiveInteger"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var NormalizedString = normalizedStringI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "normalizedString"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var (
	PKG = sst.ElementPkg(pkg{})
)
View Source
var Pattern = patternI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "pattern"},
	ARange:  String,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var PositiveInteger = positiveIntegerI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "positiveInteger"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Short = shortI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "short"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var String = stringI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "string"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Time = timeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "time"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var Token = tokenI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "token"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var TotalDigits = totalDigitsI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "totalDigits"},
	ARange:  NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var UnsignedByte = unsignedByteI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "unsignedByte"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var UnsignedInt = unsignedIntI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "unsignedInt"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var UnsignedLong = unsignedLongI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "unsignedLong"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var UnsignedShort = unsignedShortI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "unsignedShort"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: true, AnIndividual: false,
}}
View Source
var WhiteSpace = whiteSpaceI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: XSDVocabulary, Name: "whiteSpace"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: true, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var XSDVocabulary = sst.Vocabulary{BaseIRI: "http://www.w3.org/2001/XMLSchema"}

Functions

This section is empty.

Types

type IsAnySimpleType

type IsAnySimpleType interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23anySimpleType()
}

type IsAnyURI

type IsAnyURI interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23anyURI()
}

type IsBase64Binary

type IsBase64Binary interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23base64Binary()
}

type IsBoolean

type IsBoolean interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23boolean()
}

type IsByte

type IsByte interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23byte()
}

type IsDate

type IsDate interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23date()
}

type IsDateTime

type IsDateTime interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23dateTime()
}

type IsDateTimeStamp

type IsDateTimeStamp interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23dateTimeStamp()
}

type IsDecimal

type IsDecimal interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23decimal()
}

type IsDouble

type IsDouble interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23double()
}

type IsDuration

type IsDuration interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23duration()
}

type IsFloat

type IsFloat interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23float()
}

type IsFractionDigits

type IsFractionDigits interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23fractionDigits()
}

type IsHexBinary

type IsHexBinary interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23hexBinary()
}

type IsInt

type IsInt interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23int()
}

type IsInteger

type IsInteger interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23integer()
}

type IsLanguage

type IsLanguage interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23language()
}

type IsLength

type IsLength interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23length()
}

type IsLong

type IsLong interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23long()
}

type IsMaxExclusive

type IsMaxExclusive interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23maxExclusive()
}

type IsMaxInclusive

type IsMaxInclusive interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23maxInclusive()
}

type IsMaxLength

type IsMaxLength interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23maxLength()
}

type IsMinExclusive

type IsMinExclusive interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23minExclusive()
}

type IsMinInclusive

type IsMinInclusive interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23minInclusive()
}

type IsMinLength

type IsMinLength interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23minLength()
}

type IsNegativeInteger

type IsNegativeInteger interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23negativeInteger()
}

type IsNonNegativeInteger

type IsNonNegativeInteger interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23nonNegativeInteger()
}

type IsNonPositiveInteger

type IsNonPositiveInteger interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23nonPositiveInteger()
}

type IsNormalizedString

type IsNormalizedString interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23normalizedString()
}

type IsPattern

type IsPattern interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23pattern()
}

type IsPositiveInteger

type IsPositiveInteger interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23positiveInteger()
}

type IsShort

type IsShort interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23short()
}

type IsString

type IsString interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23string()
}

type IsTime

type IsTime interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23time()
}

type IsToken

type IsToken interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23token()
}

type IsTotalDigits

type IsTotalDigits interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23totalDigits()
}

type IsUnsignedByte

type IsUnsignedByte interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedByte()
}

type IsUnsignedInt

type IsUnsignedInt interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedInt()
}

type IsUnsignedLong

type IsUnsignedLong interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedLong()
}

type IsUnsignedShort

type IsUnsignedShort interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedShort()
}

type IsWhiteSpace

type IsWhiteSpace interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23whiteSpace()
}

type KindAnySimpleType

type KindAnySimpleType interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23anySimpleType()
}

type KindAnyURI

type KindAnyURI interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23anyURI()
}

type KindBase64Binary

type KindBase64Binary interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23base64Binary()
}

type KindBoolean

type KindBoolean interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23boolean()
}

type KindByte

type KindByte interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23byte()
}

type KindDate

type KindDate interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23date()
}

type KindDateTime

type KindDateTime interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23dateTime()
}

type KindDateTimeStamp

type KindDateTimeStamp interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23dateTimeStamp()
}

type KindDecimal

type KindDecimal interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23decimal()
}

type KindDouble

type KindDouble interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23double()
}

type KindDuration

type KindDuration interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23duration()
}

type KindFloat

type KindFloat interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23float()
}

type KindFractionDigits

type KindFractionDigits interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23fractionDigits()
}

type KindHexBinary

type KindHexBinary interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23hexBinary()
}

type KindInt

type KindInt interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23int()
}

type KindInteger

type KindInteger interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23integer()
}

type KindLanguage

type KindLanguage interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23language()
}

type KindLength

type KindLength interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23length()
}

type KindLong

type KindLong interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23long()
}

type KindMaxExclusive

type KindMaxExclusive interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23maxExclusive()
}

type KindMaxInclusive

type KindMaxInclusive interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23maxInclusive()
}

type KindMaxLength

type KindMaxLength interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23maxLength()
}

type KindMinExclusive

type KindMinExclusive interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23minExclusive()
}

type KindMinInclusive

type KindMinInclusive interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23minInclusive()
}

type KindMinLength

type KindMinLength interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23minLength()
}

type KindNegativeInteger

type KindNegativeInteger interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23negativeInteger()
}

type KindNonNegativeInteger

type KindNonNegativeInteger interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23nonNegativeInteger()
}

type KindNonPositiveInteger

type KindNonPositiveInteger interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23nonPositiveInteger()
}

type KindNormalizedString

type KindNormalizedString interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23normalizedString()
}

type KindPattern

type KindPattern interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23pattern()
}

type KindPositiveInteger

type KindPositiveInteger interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23positiveInteger()
}

type KindShort

type KindShort interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23short()
}

type KindString

type KindString interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23string()
}

type KindTime

type KindTime interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23time()
}

type KindToken

type KindToken interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23token()
}

type KindTotalDigits

type KindTotalDigits interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23totalDigits()
}

type KindUnsignedByte

type KindUnsignedByte interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedByte()
}

type KindUnsignedInt

type KindUnsignedInt interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedInt()
}

type KindUnsignedLong

type KindUnsignedLong interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedLong()
}

type KindUnsignedShort

type KindUnsignedShort interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23unsignedShort()
}

type KindWhiteSpace

type KindWhiteSpace interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001_2FXMLSchema_23whiteSpace()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL