Element Name


Here is the description of the Element Name type.

Link to the type.

Name: label
Namespace: urn:somens
QName: {urn:somens}label

Here is the description of the Type Name type.

XML

Properties
name type occurs description
somenamethatissomewhatlong list of xmlns:xmltype 0..1 (attribute) Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table.
somename list of xmlns:xmltype 0..* Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table.
somename list of xmlns:xmltype n/a (value) Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table.
Example
<hello>
  <how are="you">
  <doing/>
  <today>...</today>
  <what_happens_if_there_is_an_element_that_wraps_off_the_edge_of_the_screen>...</what_happens_if_there_is_an_element_that_wraps_off_the_edge_of_the_screen>
</hello>
          

JSON

Properties
name type description
somenamethatissomewhatlong array of xmlns:xmltype Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table.
somename array of xmlns:xmltype Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table.
somename array of xmlns:xmltype Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table. Some descriptive text that will be long enough to figure out how to best format it in the table.
Example
{
  hello : {
    how : {
      are : "you"
    },
    doing = {},
    today : "...",
    what_happens_if_there_is_an_element_that_wraps_off_the_edge_of_the_screen : "..."
  }
}