Find XSD type of given attribute. @param attrUse Attribute to find type for. @return Type of attribute.
(XSAttributeUse attrUse)
| 709 | * @return Type of attribute. |
| 710 | */ |
| 711 | public static XSSimpleTypeDefinition getType(XSAttributeUse attrUse) { |
| 712 | return attrUse.getAttrDeclaration().getTypeDefinition(); |
| 713 | } |
| 714 | |
| 715 | /** |
| 716 | * Finds out if given attribute has a default value. |
no outgoing calls
no test coverage detected