Documentation ¶
Overview ¶
Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for urn:oasis:names:tc:entity:xmlns:xml:catalog
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct { XMLName xml.Name `xml:"catalog"` Id string `xml:"id,attr"` Prefer SystemOrPublic `xml:"prefer,attr"` Public []Public `xml:"public"` System []System `xml:"system"` Uri []Uri `xml:"uri"` RewriteSystem []RewriteSystem `xml:"rewriteSystem"` RewriteURI []RewriteURI `xml:"rewriteURI"` UriSuffix []UriSuffix `xml:"uriSuffix"` SystemSuffix []SystemSuffix `xml:"systemSuffix"` DelegatePublic []DelegatePublic `xml:"delegatePublic"` DelegateSystem []DelegateSystem `xml:"delegateSystem"` DelegateURI []DelegateURI `xml:"delegateURI"` NextCatalog []NextCatalog `xml:"nextCatalog"` Group []Group `xml:"group"` }
Element
type DelegatePublic ¶
type DelegatePublic struct { XMLName xml.Name `xml:"delegatePublic"` PublicIdStartString PartialPublicIdentifier `xml:"publicIdStartString,attr"` Catalog string `xml:"catalog,attr"` Id string `xml:"id,attr"` }
Element
type DelegateSystem ¶
type DelegateSystem struct { XMLName xml.Name `xml:"delegateSystem"` SystemIdStartString string `xml:"systemIdStartString,attr"` Catalog string `xml:"catalog,attr"` Id string `xml:"id,attr"` }
Element
type DelegateURI ¶
type DelegateURI struct { XMLName xml.Name `xml:"delegateURI"` UriStartString string `xml:"uriStartString,attr"` Catalog string `xml:"catalog,attr"` Id string `xml:"id,attr"` }
Element
type Group ¶
type Group struct { XMLName xml.Name `xml:"group"` Prefer SystemOrPublic `xml:"prefer,attr"` Id string `xml:"id,attr"` Public []Public `xml:"public"` System []System `xml:"system"` Uri []Uri `xml:"uri"` RewriteSystem []RewriteSystem `xml:"rewriteSystem"` RewriteURI []RewriteURI `xml:"rewriteURI"` UriSuffix []UriSuffix `xml:"uriSuffix"` SystemSuffix []SystemSuffix `xml:"systemSuffix"` DelegatePublic []DelegatePublic `xml:"delegatePublic"` DelegateSystem []DelegateSystem `xml:"delegateSystem"` DelegateURI []DelegateURI `xml:"delegateURI"` NextCatalog []NextCatalog `xml:"nextCatalog"` }
Element
type NextCatalog ¶
type NextCatalog struct { XMLName xml.Name `xml:"nextCatalog"` Catalog string `xml:"catalog,attr"` Id string `xml:"id,attr"` }
Element
type PartialPublicIdentifier ¶
type PartialPublicIdentifier string
type PubIdChars ¶
type PubIdChars string
type Public ¶
type Public struct { XMLName xml.Name `xml:"public"` PublicId PublicIdentifier `xml:"publicId,attr"` Uri string `xml:"uri,attr"` Id string `xml:"id,attr"` }
Element
type PublicIdentifier ¶
type PublicIdentifier string
type RewriteSystem ¶
type RewriteSystem struct { XMLName xml.Name `xml:"rewriteSystem"` SystemIdStartString string `xml:"systemIdStartString,attr"` RewritePrefix string `xml:"rewritePrefix,attr"` Id string `xml:"id,attr"` }
Element
type RewriteURI ¶
type RewriteURI struct { XMLName xml.Name `xml:"rewriteURI"` UriStartString string `xml:"uriStartString,attr"` RewritePrefix string `xml:"rewritePrefix,attr"` Id string `xml:"id,attr"` }
Element
type System ¶
type System struct { XMLName xml.Name `xml:"system"` SystemId string `xml:"systemId,attr"` Uri string `xml:"uri,attr"` Id string `xml:"id,attr"` }
Element
type SystemOrPublic ¶
type SystemOrPublic string
const SystemOrPublicPublic SystemOrPublic = "public"
const SystemOrPublicSystem SystemOrPublic = "system"
type SystemSuffix ¶
type SystemSuffix struct { XMLName xml.Name `xml:"systemSuffix"` SystemIdSuffix string `xml:"systemIdSuffix,attr"` Uri string `xml:"uri,attr"` Id string `xml:"id,attr"` }
Element
Click to show internal directories.
Click to hide internal directories.