| NetworkedPlanet | TMCore Engine API Guide |
This element describes a single Abstract Type in the schema.
<npcl:abstractType id="...">
<npcl:subjectIdentifier>
SUBJECT IDENTIFIER
</npcl:subjectIdentifier>
<npcl:displayName> NAME </npcl:displayName>
<npcl:extension type="EXTENSION TYPE">
EXTENSION VALUE
</npcl:extension>
<npcl:subclasses> ... </npcl:subclasses>
</npcl:abstractType>
REQUIRED. An internal identifier for the type. This is used only for reference purposes inside the NPCL XML document.
REQUIRED, REPEATABLE. Contains a subject identifier URI for the type.
Contains a human-readable display label for the type.
Contains a single typed extension value for the type. The
value is the string content of this element. The type is specified
as a URI in the type attribute of this
elment.
Contains a list of the subclasses of this type. This element structure is described in detail below.