QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
mmlRp:tmCode | xs:string | optional | ||||
mmlRp:tmCodeId | xs:string | optional | ||||
mmlRp:tmCodeName | xs:string | optional |
Element | mmlRp:reportBody |
<xs:element name="testMemo"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="tmCodeName" type="xs:string" use="optional" form="qualified"/> <xs:attribute name="tmCode" type="xs:string" use="optional" form="qualified"/> <xs:attribute name="tmCodeId" type="xs:string" use="optional" form="qualified"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |