Skip to content

xs:extension processing #4

@JoelBender

Description

@JoelBender

Given an element like this:

<xs:element name="CeilingArea" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Surface area of roof. (ft2)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:decimal">
        <xs:attribute ref="auc:Source"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

The CeilingArea class should have a "Source" attribute in the aux: namespace.

This replaces the "more to do ***" debug line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions