clsa:ComplexCodeListBinding
An element for connecting complex content defined by an XML Schema component to a set of columns of a code list.
Element information
Namespace: http://reference.niem.gov/niem/specification/code-lists/4.0/code-lists-schema-appinfo/
Schema document: utility/code-lists-spec/4.0/code-lists-schema-appinfo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- clsa:ElementCodeListBinding [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
codeListURI | [1..1] | xsd:anyURI | A universal identifier for a code list. | |
constrainingIndicator | [0..1] | xsd:boolean | True when a code list binding constrains the validity of a code list value, false otherwise. |
Sample instance
<clsa:ComplexCodeListBinding codeListURI="http://www.example.com/"> <clsa:ElementCodeListBinding elementName="QName"/> </clsa:ComplexCodeListBinding>