xmlschema

package
v0.0.0-...-aefb24f Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type All

type All struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema all"`
}

type Annotation

type Annotation struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema annotation"`
}

type Any

type Any struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema any"`
}

type AnyAttribute

type AnyAttribute struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema anyAttribute"`
}

type Appinfo

type Appinfo struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema appinfo"`
}

type Assertion

type Assertion struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema assertion"`
}

type Attribute

type Attribute struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema attribute"`
}

type AttributeGroup

type AttributeGroup struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema attributeGroup"`
}

type Choice

type Choice struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema choice"`
}

type ComplexContent

type ComplexContent struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema complexContent"`
}

type ComplexType

type ComplexType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema complexType"`
}

type DefaultOpenContent

type DefaultOpenContent struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema defaultOpenContent"`
}

type Documentation

type Documentation struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema documentation"`
}

type Element

type Element struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema element"`
}

type Enumeration

type Enumeration struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema enumeration"`
}

type ExplicitTimezone

type ExplicitTimezone struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema explicitTimezone"`
}

type Facet

type Facet struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema facet"`
}

type Field

type Field struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema field"`
}

type FractionDigits

type FractionDigits struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema fractionDigits"`
}

type Group

type Group struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema group"`
}

type Import

type Import struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema import"`
}

type Include

type Include struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema include"`
}

type Key

type Key struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema key"`
}

type Keyref

type Keyref struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema keyref"`
}

type Length

type Length struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema length"`
}

type List

type List struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema list"`
}

type MaxExclusive

type MaxExclusive struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema maxExclusive"`
}

type MaxInclusive

type MaxInclusive struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema maxInclusive"`
}

type MaxLength

type MaxLength struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema maxLength"`
}

type MinExclusive

type MinExclusive struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema minExclusive"`
}

type MinInclusive

type MinInclusive struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema minInclusive"`
}

type MinLength

type MinLength struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema minLength"`
}

type Notation

type Notation struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema notation"`
}

type OpenContent

type OpenContent struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema openContent"`
}

type Override

type Override struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema override"`
}

type Pattern

type Pattern struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema pattern"`
}

type Redefine

type Redefine struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema redefine"`
}

type Restriction

type Restriction struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema restriction"`
}

type Schema

type Schema struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema schema"`
}

type Selector

type Selector struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema selector"`
}

type Sequence

type Sequence struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema sequence"`
}

type SimpleContent

type SimpleContent struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema simpleContent"`
}

type SimpleType

type SimpleType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema simpleType"`
}

type TotalDigits

type TotalDigits struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema totalDigits"`
}

type Union

type Union struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema union"`
}

type Unique

type Unique struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema unique"`
}

type WhiteSpace

type WhiteSpace struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema whiteSpace"`
}

type XML

type XML struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema XML"`
}

type XMLSchemaStructures

type XMLSchemaStructures struct {
	XMLName xml.Name `xml:"http://www.w3.org/2001/XMLSchema XMLSchemaStructures"`
}

Jump to

Keyboard shortcuts

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