Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "Territory2Type"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Territory2Type ¶
type Territory2Type struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"Territory2Type"`
Xmlns string `xml:"xmlns,attr"`
Name struct {
Text string `xml:",chardata"`
} `xml:"name"`
Priority struct {
Text string `xml:",chardata"`
} `xml:"priority"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
}
func Open ¶
func Open(path string) (*Territory2Type, error)
func (*Territory2Type) SetMetadata ¶
func (c *Territory2Type) SetMetadata(m metadata.MetadataInfo)
func (*Territory2Type) Type ¶
func (c *Territory2Type) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.