ISchemaContent
Represents the "content" and "meta information" parts of the entity "schema".
Properties
Property | Description |
---|---|
IsAbstract:Boolean | Sets or finds out by means of a call whether the current schema is abstract. |
IsVersioningDisabled:Boolean | Sets or finds out by means of a call whether the versioning for data objects is deactivated for the current schema. |
Location:String | Gets the name of the schema. |
MayContainChildren:Boolean | Checks whether child data objects exist for data objects of this schema. |
Parent:ISchema | Gets the structurally superordinate schema. |
SchemaDefinition:String | Sets or gets the XSD of the schema. |
SortChildrenAlphabetic:Boolean | Sets or gets whether the child data objects of the instances of the schema are alphabetically sorted. |
StructureSchemaChildren:IStructureSchemaChildrenCollection | Gets a collection of all child schemas. |
Version:Int32 | Gets the current version number of the schema. |
XmlSchema:XmlSchema | Gets a fully compiled XmlSchema. |
Methods
Method | Description |
---|---|
UpdateSchemaDefinition(String, ITransformationSet):Void | Updates the XSD of the current schema |