Talk:1.3.6.1.4.1.19376.1.5.3.1.4.13: Difference between revisions
Jump to navigation
Jump to search
Added one. |
mNo edit summary |
||
| Line 1: | Line 1: | ||
=== Fixed: 16:38, 2 October 2008 (CDT) [[User:Kboone|Kboone]] === | |||
Changed typeCode to classCode<br/> | |||
: | |||
<observation typeCode='OBS' ... | <observation typeCode='OBS' ... | ||
| Line 9: | Line 12: | ||
(typeCode isn't a valid attribute. classCode is required.) | (typeCode isn't a valid attribute. classCode is required.) | ||
=== Fixed: 16:38, 2 October 2008 (CDT) [[User:Kboone|Kboone]] === | |||
Added closing tag<br/> | |||
: | |||
Minor issue: The line in the example: | Minor issue: The line in the example: | ||
| Line 17: | Line 24: | ||
<assignedAuthor typeCode='ASSIGNED'><id></assignedAuthor> | <assignedAuthor typeCode='ASSIGNED'><id></assignedAuthor> | ||
The id element is missing a closing tag. | The id element is missing a closing tag. | ||
Revision as of 16:38, 2 October 2008
Fixed: 16:38, 2 October 2008 (CDT) Kboone
Changed typeCode to classCode
<observation typeCode='OBS' ...
should be
<observation classCode='OBS' ...
(typeCode isn't a valid attribute. classCode is required.)
Fixed: 16:38, 2 October 2008 (CDT) Kboone
Added closing tag
Minor issue: The line in the example:
<assignedAuthor typeCode='ASSIGNED'><id></assignedAuthor>
The id element is missing a closing tag.