complexType "DistributionDelineationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
"true" |
|
= |
xs:integer |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, DistributionDelineationName*, Label*, Description?, DistributionValue |
|
</...> |
Content Model Elements (15):
-
Agency,
BasedOnReference,
Description,
DistributionDelineationName,
DistributionValue,
ID,
Label,
MaintainableObject,
URN,
UserAttributePair,
UserID,
Version,
VersionRationale,
VersionResponsibility,
VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
-
Annotation
Means of describing Distributions within a delineation so that they can be reused as a response domain questions. Primarily used as a response domain in a QuestionGrid. In addition to the name, label, and description of the delineation, the structure provides the total value to be distributed between the objects and the number of decimal positions allowed within a response.
Type Derivation Tree DistributionDelineationType |
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="DistributionDelineationType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/7)
decimalPostions-
Type: |
xs:integer, predefined |
Use: |
optional |
Identifies the number of decimal points allowed for the expression of a response.
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 4/15) -
A description of the content and purpose of the delineation. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
-
A name for the delineation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:decimal, predefined, simple content |
Identifies the total value to be distributed among the designated obects.
XML Source (w/o annotations (1); see within schema source)
-
A display label for the delineation. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> |