| Target Namespace | None |
|---|---|
| Element and Attribute Namespaces |
|
| Application Data |
<tsd:schemaInfo name="EpigraphicUnit">
|
| Prefix | Namespace |
|---|---|
| xml | http://www.w3.org/XML/1998/namespace |
| tsd | http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition |
| xs | http://www.w3.org/2001/XMLSchema |
| Name | epigraphicUnit |
|---|---|
| Type | Locally-defined complex type |
| Nillable | no |
| Abstract | no |
| Documentation | Archaeological Markup Language (ArchaeoML), version 0.9, February 2006. Created by David Schloen of the University of Chicago. EpigraphicUnit document type. An EpigraphicUnit document represents a physical component of a text, e.g., the whole text, a section, a column, a line, or a sign. |
| Diagram |
|
| Name | links |
|---|---|
| Type | Locally-defined complex type |
| Nillable | no |
| Abstract | no |
| Diagram |
|
| Name | notes |
|---|---|
| Type | Locally-defined complex type |
| Nillable | no |
| Abstract | no |
| Diagram |
|
| Name | property |
|---|---|
| Type | Locally-defined complex type |
| Nillable | no |
| Abstract | no |
| Diagram |
|
| Name | string |
|---|---|
| Type | Locally-defined complex type |
| Nillable | no |
| Abstract | no |
| Diagram |
|
| Super-types: | Address < AusAddress (by extension) |
|---|---|
| Sub-types: |
|
| Name | AusAddress |
|---|---|
| Abstract | no |
The XML Instance Representation table above shows the schema component's content as an XML instance.
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.
Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.
Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: